STK ObjectsSend 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 * pVal
);
public: HRESULT put_GndMarkersVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getGndMarkersVisible();
public void setGndMarkersVisible(
    bool
);
[Python - STK API ]
@property
def GndMarkersVisible(self) -> bool:

@GndMarkersVisible.setter
def GndMarkersVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.