DisplayName Property

Gets the localized name of a property in Pressure Part Data.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public string DisplayName { get; }

Visual Basic

Public ReadOnly Property DisplayName As String
	Get

Visual C++

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

Remarks

This name could vary in different language versions of Civil 3D, and should be the same as the property name displayed in Pressure Part Property Dialog.

See Also