AppliedSubassemblyParamTComment Property |
Gets or sets parameter comment for applied subassembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual string Comment { get; set; }Public Overridable Property Comment As String
Get
Set
public:
virtual property String^ Comment {
String^ get ();
void set (String^ value);
}Property Value
StringImplements
IAppliedSubassemblyParamComment
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when setting the comment of parameter which is not overridden.
|
| ArgumentNullException |
Thrown when setting the comment to null.
|
See Also