Gets the bounding sphere that encompasses the
mesh.
Read-only property
[Visual Basic .NET] |
---|
Public Property BoundingSphere() As IAgStkGraphicsBoundingSphere
|
[C#] |
---|
public IAgStkGraphicsBoundingSphere BoundingSphere {get;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsBoundingSphere^ get_BoundingSphere();
|
[Unmanaged C++] |
---|
public: HRESULT get_BoundingSphere(
|
[Java] |
---|
public IAgStkGraphicsBoundingSphere getBoundingSphere();
|