Gets or sets the display name for the parameter.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
string DisplayName { get; set; }
Visual Basic
Property DisplayName As String
	Get
	Set
Visual C++
property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}

See Also