STK Graphics PrimitivesSend comments on this topic.
Center Property (IAgStkGraphicsBoundingSphere)
See Also
Windows





Windows & Linux

Description

A center of the bounding sphere. The center point is specified as one-dimensional array with three elements corresponding to (X,Y,Z) cartesian coordinates.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Center() As System.Array
[C#]
public System.Array Center {get;}
[Managed C++]
public: __property System::Array get_Center();
[Unmanaged C++]
public: HRESULT get_Center(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getCenter();
[Python - STK API ]
@property
def Center(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.