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