Gets or sets parameter comment for applied subassembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public virtual string Comment { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Comment As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ Comment {
String^ get ();
void set (String^ value);
} |
Implements
IAppliedSubassemblyParam..::..Comment
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when setting the comment of parameter which is not overridden.
|
| System..::..ArgumentNullException |
Thrown when setting the comment to null.
|
See Also