Share

PressurePipe.IsVerticalSag Property

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



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

Syntax

C#

public bool IsVerticalSag { get; }

VB

Public ReadOnly Property IsVerticalSag As Boolean
	Get

C++

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

Property Value

Boolean

Remarks

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

See Also

Reference

Was this information helpful?