AGI STK Objects 11 Send comments on this topic.
IsOrbitMarkerVisible Property (IAgVeGfxAttributesOrbit)
See Also 





Description

Opt whether to show the satellite's orbit marker.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsOrbitMarkerVisible();
public: __property void set_IsOrbitMarkerVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsOrbitMarkerVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsOrbitMarkerVisible(
VARIANT_BOOL NewIsOrbitMarkerVisible
);

[Java]
public bool getIsOrbitMarkerVisible();public void setIsOrbitMarkerVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1