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






Windows & Linux

Description

Specify whether to display labels at the inertial positions of planets.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InertialPosLabelsVisible() As Boolean
[C#]
public bool InertialPosLabelsVisible {get; set;}
[Managed C++]
public: __property bool get_InertialPosLabelsVisible();
public: __property void set_InertialPosLabelsVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_InertialPosLabelsVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_InertialPosLabelsVisible(
   VARIANT_BOOL NewInertialPosLabelsVisible
);
[Java]
public bool getInertialPosLabelsVisible();public void setInertialPosLabelsVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.