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