STK ObjectsSend 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 * pVal
);
public: HRESULT put_InertialPosLabelsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getInertialPosLabelsVisible();
public void setInertialPosLabelsVisible(
    bool
);
[Python - STK API ]
@property
def InertialPosLabelsVisible(self) -> bool:

@InertialPosLabelsVisible.setter
def InertialPosLabelsVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.