Gets the horizontal radius of the pressure pipe object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public double HorizontalRadius { get; }
VB
Public ReadOnly Property HorizontalRadius As Double Get
C++
public: property double HorizontalRadius { double get (); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the pipe is not a curve. Use IsCurve() method to check prior to getting this attribute. |