Share

PressurePartProperty.DisplayName Property

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



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

Syntax

C#

public string DisplayName { get; }

VB

Public ReadOnly Property DisplayName As String
	Get

C++

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

Property Value

String

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

Reference

Was this information helpful?