Description
The radius from the center of the Earth to
the center of the plane. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Radius() As Double
|
| [C#] |
public double Radius {get; set;}
|
| [Managed C++] |
public: __property double get_Radius();
public: __property void set_Radius(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_Radius(
double * pRetVal
);
public: HRESULT put_Radius(
double NewRadius
);
|
| [Java] |
public double getRadius();public void setRadius(
double
);
|
See Also