PressurePipeVerticalRadius Property

Gets the horizontal radius of the pressure pipe object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1190
Syntax
public double VerticalRadius { get; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the pipe is not a vertical curve. Use IsVerticalCurve() method to check prior to getting this attribute.
See Also