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






Windows & Linux

Description

Specify whether to display vehicle ground markers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GndMarkersVisible() As Boolean
[C#]
public bool GndMarkersVisible {get; set;}
[Managed C++]
public: __property bool get_GndMarkersVisible();
public: __property void set_GndMarkersVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_GndMarkersVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_GndMarkersVisible(
   VARIANT_BOOL NewGndMarkersVisible
);
[Java]
public bool getGndMarkersVisible();public void setGndMarkersVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.