Gets or sets the bounding sphere that encompasses the primitive. The center is defined in the primitive's Reference Frame.
Read-write property
[Visual Basic .NET] |
---|
Public Property BoundingSphere() As IAgStkGraphicsBoundingSphere |
[C#] |
---|
public IAgStkGraphicsBoundingSphere BoundingSphere {get; set;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsBoundingSphere ^ get_BoundingSphere(); |
[Unmanaged C++] |
---|
public: HRESULT get_BoundingSphere( IAgStkGraphicsBoundingSphere ** ppRetVal ); public: HRESULT put_BoundingSphere( IAgStkGraphicsBoundingSphere BoundingSphere ); |
[Java] |
---|
public IAgStkGraphicsBoundingSphere getBoundingSphere(); public void setBoundingSphere( IAgStkGraphicsBoundingSphere ); |
[Python - STK API ] |
---|
@property def BoundingSphere(self) -> "IAgStkGraphicsBoundingSphere": @BoundingSphere.setter def BoundingSphere(self, BoundingSphere:"IAgStkGraphicsBoundingSphere") -> None: |