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