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





Windows & Linux

Description

Display a label on the globe at the location at which the planet is overhead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubPlanetLabelVisible() As Boolean
[C#]
public bool SubPlanetLabelVisible {get; set;}
[Managed C++]
public: __property bool get_SubPlanetLabelVisible();
public: __property void set_SubPlanetLabelVisible( bool );
[Unmanaged C++]
public: HRESULT get_SubPlanetLabelVisible(
    VARIANT_BOOL * pShow
);
public: HRESULT put_SubPlanetLabelVisible(
    VARIANT_BOOL pShow
);
[Java]
public bool getSubPlanetLabelVisible();
public void setSubPlanetLabelVisible(
    bool
);
[Python - STK API ]
@property
def SubPlanetLabelVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.