CorridorTransitionSetComment Property |
Gets or sets transition set's comment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string Comment { get; set; }
Public Property Comment As String
Get
Set
public:
property String^ Comment {
String^ get ();
void set (String^ value);
}
Property Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when setting a comment exceeding maximum length.
|
Remarks
If setting a null comment, then comment is set to empty.
See Also