Description
Uses vehicle's central body.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property UseVehicleCentralBody() As Boolean
|
| [C#] |
public bool UseVehicleCentralBody {get; set;}
|
| [Managed C++] |
public: __property bool get_UseVehicleCentralBody();
public: __property void set_UseVehicleCentralBody(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_UseVehicleCentralBody(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseVehicleCentralBody(
VARIANT_BOOL NewUseVehicleCentralBody
);
|
| [Java] |
public bool getUseVehicleCentralBody();public void setUseVehicleCentralBody(
bool
);
|
See Also