Get the vehicle's 3D route properties.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Route() As IAgVeVORoute
|
| [C#] |
|---|
public IAgVeVORoute Route {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeVORoute^ get_Route();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Route(
|
| [Java] |
|---|
public IAgVeVORoute getRoute();
|