Get the vehicle's 2D route graphics.
Read-only property
[Visual Basic .NET] |
---|
Public Property PassData() As IAgVeGfxRoutePassData |
[C#] |
---|
public IAgVeGfxRoutePassData PassData {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxRoutePassData ^ get_PassData(); |
[Unmanaged C++] |
---|
public: HRESULT get_PassData( IAgVeGfxRoutePassData ** ppVal ); |
[Java] |
---|
public IAgVeGfxRoutePassData getPassData(); |
[Python - STK API ] |
---|
@property def PassData(self) -> "IAgVeGfxRoutePassData": |