PressurePipeVerticalRadius Property |
Gets the horizontal radius of the pressure pipe object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic double VerticalRadius { get; }
Public ReadOnly Property VerticalRadius As Double
Get
public:
property double VerticalRadius {
double get ();
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the pipe is not a vertical curve. Use IsVerticalCurve() method to check prior to getting this attribute.
|
See Also