PipeSectionLabel Property

Specifies the default location of pipe labels displayed in section views.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyEnum<PipeSectionLabelPlacementType> PipeSectionLabel { get; }

Visual Basic

Public ReadOnly Property PipeSectionLabel As PropertyEnum(Of PipeSectionLabelPlacementType)
	Get

Visual C++

public:
property PropertyEnum<PipeSectionLabelPlacementType>^ PipeSectionLabel {
	PropertyEnum<PipeSectionLabelPlacementType>^ get ();
}

See Also