Share

ParamString.DisplayName Property



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

Syntax

C#

public override string DisplayName { get; set; }

VB

Public Overrides Property DisplayName As String
	Get
	Set

C++

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

Property Value

String

Implements

IParamDisplayName

See Also

Reference

Was this information helpful?