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





Windows & Linux

Description

Specify whether a label displays for the point on the Earth directly below the planet.

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 * pSubPlanetLabelVisible
);
public: HRESULT put_SubPlanetLabelVisible(
    VARIANT_BOOL SubPlanetLabelVisible
);
[Java]
public bool getSubPlanetLabelVisible();
public void setSubPlanetLabelVisible(
    bool
);
[Python - STK API ]
@property
def SubPlanetLabelVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.