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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1