Gets the bounding sphere of maximum possible
radius.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MaximumRadiusBoundingSphere() As IAgStkGraphicsBoundingSphere
|
| [C#] |
|---|
public IAgStkGraphicsBoundingSphere MaximumRadiusBoundingSphere {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsBoundingSphere^ get_MaximumRadiusBoundingSphere();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaximumRadiusBoundingSphere(
|
| [Java] |
|---|
public IAgStkGraphicsBoundingSphere getMaximumRadiusBoundingSphere();
|