Gets whether the property is hidden in Pressure Part Property Dialog.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsHidden { get; }
VB
Public ReadOnly Property IsHidden As Boolean Get
C++
public: property bool IsHidden { bool get (); }