Computes the radius of the arc.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double Radius()
Visual Basic (Declaration)
Public Function Radius As Double
Visual C++
public:
double Radius()

Return Value

Returns the radius of the arc.

See Also