AGI STK Objects 11 Send comments on this topic.
SubPlanetLabelVisible Property (IAgPlVO)
See Also 





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 * pRetVal
);
public: HRESULT put_SubPlanetLabelVisible(
VARIANT_BOOL NewSubPlanetLabelVisible
);

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1