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






Windows & Linux

Description

Specify whether the planet's orbit path displays. This option affects only the perspective and orthographic map projections.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_OrbitVisible();
public: __property void set_OrbitVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_OrbitVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OrbitVisible(
VARIANT_BOOL NewOrbitVisible
);

[Java]
public bool getOrbitVisible();public void setOrbitVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface