AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SubPlanetLabelVisible(
VARIANT_BOOL NewSubPlanetLabelVisible
);

[Java]
public bool getSubPlanetLabelVisible();public void setSubPlanetLabelVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface