Description
Opt whether to use the color in the vehicle's
2D attributes for the drop lines.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property Use2DColor() As Boolean
|
| [C#] |
public bool Use2DColor {get; set;}
|
| [Managed C++] |
public: __property bool get_Use2DColor();
public: __property void set_Use2DColor(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_Use2DColor(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Use2DColor(
VARIANT_BOOL NewUse2DColor
);
|
| [Java] |
public bool getUse2DColor();public void setUse2DColor(
bool
);
|
See Also