Description
Opt whether to set the waypoint color to the color of the vehicle.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseVehColor() As Boolean
|
[C#] |
---|
public bool UseVehColor {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseVehColor(); public: __property void set_UseVehColor( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseVehColor( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseVehColor( VARIANT_BOOL NewUseVehColor );
|
[Java] |
---|
public bool getUseVehColor();public void setUseVehColor( bool );
|
See Also