STK ObjectsSend comments on this topic.
PositionLabelVisible Property (IAgPlVO)
See Also
Windows





Windows & Linux

Description

Display a label at the inertial position of the planet.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PositionLabelVisible() As Boolean
[C#]
public bool PositionLabelVisible {get; set;}
[Managed C++]
public: __property bool get_PositionLabelVisible();
public: __property void set_PositionLabelVisible( bool );
[Unmanaged C++]
public: HRESULT get_PositionLabelVisible(
    VARIANT_BOOL * pShow
);
public: HRESULT put_PositionLabelVisible(
    VARIANT_BOOL pShow
);
[Java]
public bool getPositionLabelVisible();
public void setPositionLabelVisible(
    bool
);
[Python - STK API ]
@property
def PositionLabelVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.