Share

AppliedSubassemblyParam<T>.DisplayName Property

Gets parameter display name for applied subassembly.



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

Syntax

C#

public virtual string DisplayName { get; }

VB

Public Overridable ReadOnly Property DisplayName As String
	Get

C++

public:
virtual property String^ DisplayName {
	String^ get ();
}

Property Value

String

Implements

IAppliedSubassemblyParamDisplayName

See Also

Reference

Was this information helpful?