Gets parameter comment for applied subassembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
string Comment { get; set; } |
| Visual Basic |
|---|
Property Comment As String Get Set |
| Visual C++ |
|---|
property String^ Comment { String^ get (); void set (String^ value); } |