AGI STK Objects 11 Send comments on this topic.
InertialPosVisible Property (IAgScGraphics)
See Also 





Description

Specify whether to display the inertial positions of planets.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_InertialPosVisible();
public: __property void set_InertialPosVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_InertialPosVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InertialPosVisible(
VARIANT_BOOL NewInertialPosVisible
);

[Java]
public bool getInertialPosVisible();public void setInertialPosVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1