Share

IParam.DisplayName Property

Gets or sets the display name for the parameter.



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

Syntax

C#

string DisplayName { get; set; }

VB

Property DisplayName As String
	Get
	Set

C++

property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?