PressurePartPropertyDisplayName Property |
Gets the localized name of a property in Pressure Part Data.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic string DisplayName { get; }
Public ReadOnly Property DisplayName As String
Get
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