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






Windows & Linux

Description

Opt whether to show the satellite's ground marker.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsGroundMarkerVisible() As Boolean
[C#]
public bool IsGroundMarkerVisible {get; set;}
[Managed C++]
public: __property bool get_IsGroundMarkerVisible();
public: __property void set_IsGroundMarkerVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_IsGroundMarkerVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsGroundMarkerVisible(
   VARIANT_BOOL NewIsGroundMarkerVisible
);
[Java]
public bool getIsGroundMarkerVisible();public void setIsGroundMarkerVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.