HorizontalRadius Property

Gets the horizontal radius of the pressure pipe object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.0

Syntax

C#

public double HorizontalRadius { get; }

Visual Basic

Public ReadOnly Property HorizontalRadius As Double
	Get

Visual C++

public:
property double HorizontalRadius {
	double get ();
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the pipe is not a curve. Use IsCurve() method to check prior to getting this attribute.

See Also