HasVerticalSegments Property

Gets whether the pipe has vertical segments.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool HasVerticalSegments { get; }

Visual Basic

Public ReadOnly Property HasVerticalSegments As Boolean
	Get

Visual C++

public:
property bool HasVerticalSegments {
	bool get ();
}

Remarks

Vertical segments are available if CutLength option is applied when laying out and editing network.

See Also