STK ObjectsSend comments on this topic.
Route Property (IAgGreatArcVO)
See Also
Windows





Windows & Linux

Description

Get the vehicle's 3D route properties.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.