STK ObjectsSend comments on this topic.
InertialPositionVisible Property (IAgPlGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether the position of the planet displays in the 2D Graphics window in the Central-Body Inertial (CBI) coordinate frame. This option affects only the perspective and orthographic map projections.

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 * pInertialPositionVisible
);
public: HRESULT put_InertialPositionVisible(
    VARIANT_BOOL InertialPositionVisible
);
[Java]
public bool getInertialPositionVisible();
public void setInertialPositionVisible(
    bool
);
[Python - STK API ]
@property
def InertialPositionVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.