AGI STK Objects 11 Send comments on this topic.
InertialPositionVisible Property (IAgStVO)
See Also 





Description

Display the inertial position of the star, i.e. its position on the celestial sphere.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InertialPositionVisible() As Boolean

[C#]
public bool InertialPositionVisible {get; set;}

[Managed C++]
public: __property bool get_InertialPositionVisible();
public: __property void set_InertialPositionVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_InertialPositionVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InertialPositionVisible(
VARIANT_BOOL NewInertialPositionVisible
);

[Java]
public bool getInertialPositionVisible();public void setInertialPositionVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1