Specifies the default location of pipe labels displayed in section views.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<PipeSectionLabelPlacementType> PipeSectionLabel { get; }
VB
Public ReadOnly Property PipeSectionLabel As PropertyEnum(Of PipeSectionLabelPlacementType) Get
C++
public: property PropertyEnum<PipeSectionLabelPlacementType>^ PipeSectionLabel { PropertyEnum<PipeSectionLabelPlacementType>^ get (); }