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 (); }