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