CorridorTransitionSetComment Property

Gets or sets transition set's comment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public string Comment { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting a comment exceeding maximum length.
Remarks
If setting a null comment, then comment is set to empty.
See Also