Gets whether the pipe is a sag curved pipe in vertical.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool IsVerticalSag { get; }
VB
Public ReadOnly Property IsVerticalSag As Boolean Get
C++
public: property bool IsVerticalSag { bool get (); }