A radius of the bounding sphere.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Radius() As Double
|
| [C#] |
|---|
public double Radius {get;}
|
| [Managed C++] |
|---|
public: __property double get_Radius();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Radius(
|
| [Java] |
|---|
public double getRadius();
|