IsVerticalSag Property

Gets whether the pipe is a sag curved pipe in vertical.

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

Syntax

C#

public bool IsVerticalSag { get; }

Visual Basic

Public ReadOnly Property IsVerticalSag As Boolean
	Get

Visual C++

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

Remarks

It returns false for crest curved and straight pipe in vertical.

See Also