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( IAgStkGraphicsBoundingSphere ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsBoundingSphere getMaximumRadiusBoundingSphere(); |
[Python - STK API ] |
---|
@property def MaximumRadiusBoundingSphere(self) -> "IAgStkGraphicsBoundingSphere": |