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