AGI STK Graphics 11Send comments on this topic.
BoundingSphere Property (IAgStkGraphicsPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or sets the bounding sphere that encompasses the primitive. The center is defined in the primitive's Reference Frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoundingSphere() As IAgStkGraphicsBoundingSphere
[C#]
public IAgStkGraphicsBoundingSphere BoundingSphere {get; set;}
[Managed C++]
public: __property IAgStkGraphicsBoundingSphere^ get_BoundingSphere();
public: __property void set_BoundingSphere(
   IAgStkGraphicsBoundingSphere ^
);
[Unmanaged C++]
public: HRESULT get_BoundingSphere(
   IAgStkGraphicsBoundingSphere ** ppRetVal
);
public: HRESULT put_BoundingSphere(
   IAgStkGraphicsBoundingSphere * pNewBoundingSphere
);
[Java]
public IAgStkGraphicsBoundingSphere getBoundingSphere();public void setBoundingSphere(
   IAgStkGraphicsBoundingSphere
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.