Opt whether to display a marker in the 2D Graphics window at each waypoint along the vehicle's route.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsWaypointMarkersVisible() As Boolean |
[C#] |
---|
public bool IsWaypointMarkersVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsWaypointMarkersVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsWaypointMarkersVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsWaypointMarkersVisible( VARIANT_BOOL IsWaypointMarkersVisible ); |
[Java] |
---|
public bool getIsWaypointMarkersVisible(); public void setIsWaypointMarkersVisible( bool ); |