Gets whether a new pressure pipe is labeled by default when placed in profile view.
Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean PressurePipeProfile { get; }
VB
Public ReadOnly Property PressurePipeProfile As PropertyBoolean Get
C++
public: property PropertyBoolean^ PressurePipeProfile { PropertyBoolean^ get (); }