Gets or sets the comment string for the parameter.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
string Comment { get; set; }
VB
Property Comment As String Get Set
C++
property String^ Comment { String^ get (); void set (String^ value); }