This document is archived and information here might be outdated. Recommended version. |
The current radius of the arc.
[Visual Basic .NET]
Public Property Radius As Double
[C#]
public double Radius {get; set;}
[C++]
HRESULT get_Radius(
System.Double* Radius
);
[C++]
HRESULT put_Radius(
double Radius
);
[C++] Parameters Radius [out, retval]
Radius is a parameter of type double* Radius [in]
Radius is a parameter of type double