Description
Opt whether to show the vehicle'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 * pVal
);
public: HRESULT put_IsGroundMarkerVisible(
VARIANT_BOOL pVal
);
|
| [Java] |
|---|
public bool getIsGroundMarkerVisible();
public void setIsGroundMarkerVisible(
bool
);
|
See Also