The radius.
[Visual Basic 6.0] Property Radius As Double
[Visual Basic .NET] Public Property Radius As Double
[C#] public double Radius {get; set;}
[Java] public getRadius ( Double outRadius )
[Java] public void setRadius( Double outRadius ) throws IOException, AutomationException
[C++]
HRESULT get_Radius(
double* outRadius
);
[C++] HRESULT put_Radius( double outRadius);
Parameters
outRadius [out, retval]
outRadius is a parameter of type double
outRadius
outRadius is a parameter of type double
The radius is the distance from the Center of the circle to the arc. This property can be used to query the current radius of the circular arc or assign a new radius which changes the location of the From and To Points of the Circular Arc, but maintains the From Angle, Central Angle, and Orientation.
