PressurePipeIsVerticalSag Property |
Gets whether the pipe is a sag curved pipe in vertical.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsVerticalSag { get; }
Public ReadOnly Property IsVerticalSag As Boolean
Get
public:
property bool IsVerticalSag {
bool get ();
}
Property Value
Boolean
Remarks
It returns false for crest curved and straight pipe in vertical.
See Also