Opt whether to show the vehicle's ground marker.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsGroundMarkerVisible() As Boolean |
[C#] |
---|
public bool IsGroundMarkerVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsGroundMarkerVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsGroundMarkerVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsGroundMarkerVisible( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getIsGroundMarkerVisible(); public void setIsGroundMarkerVisible( bool ); |