Share

SettingsPipeNetwork.SettingsSectionLabelPlacement.PipeSectionLabel Property

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 ();
}

Property Value

PropertyEnumPipeSectionLabelPlacementType

See Also

Reference

Was this information helpful?