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( IAgVeGfxRouteResolution ** ppVal ); |
[Java] |
---|
public IAgVeGfxRouteResolution getResolution(); |
[Python - STK API ] |
---|
@property def Resolution(self) -> "IAgVeGfxRouteResolution": |