Get the vehicle's 2D resolution
graphics.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Resolution() As IAgVeGfxRouteResolution
|
| [C#] |
|---|
public IAgVeGfxRouteResolution Resolution {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeGfxRouteResolution^ get_Resolution();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Resolution(
|
| [Java] |
|---|
public IAgVeGfxRouteResolution getResolution();
|