Gets the horizontal radius of the pressure pipe object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double VerticalRadius { get; } |
Visual Basic |
---|
Public ReadOnly Property VerticalRadius As Double
Get |
Visual C++ |
---|
public:
property double VerticalRadius {
double get ();
} |
Exceptions
Exception | Condition |
---|
System..::..InvalidOperationException |
Thrown when the pipe is not a vertical curve. Use IsVerticalCurve() method to check prior to getting this attribute.
|
See Also