Specifies the default placement for section view labels for pressure pipes. 0: At Top of Pipe 1: At Middle of Pipe 2: At Bottom of Pipe

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyInt PressurePipeSectionLabelPlacement { get; }
Visual Basic
Public ReadOnly Property PressurePipeSectionLabelPlacement As PropertyInt
	Get
Visual C++
public:
property PropertyInt^ PressurePipeSectionLabelPlacement {
	PropertyInt^ get ();
}

See Also