AGI STK Objects 11 Send comments on this topic.
SubPlanetPointVisible Property (IAgPlGraphics)
See Also 
Windows






Windows & Linux

Description

Specify whether the point on the Earth directly below the planet displays in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubPlanetPointVisible() As Boolean

[C#]
public bool SubPlanetPointVisible {get; set;}

[Managed C++]
public: __property bool get_SubPlanetPointVisible();
public: __property void set_SubPlanetPointVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_SubPlanetPointVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_SubPlanetPointVisible(
VARIANT_BOOL NewSubPlanetPointVisible
);

[Java]
public bool getSubPlanetPointVisible();public void setSubPlanetPointVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface