DisplayName Property

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

Syntax

C#

public override string DisplayName { get; set; }

Visual Basic

Public Overrides Property DisplayName As String
	Get
	Set

Visual C++

public:
virtual property String^ DisplayName {
	String^ get () override;
	void set (String^ value) override;
}

Implements

IParam.DisplayName

See Also