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





Windows & Linux

Description

Get the list of droplines at intervals along the vehicle's route.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Route() As IAgVeVODropLinePathItemCollection
[C#]
public IAgVeVODropLinePathItemCollection Route {get;}
[Managed C++]
public: __property IAgVeVODropLinePathItemCollection ^ get_Route();
[Unmanaged C++]
public: HRESULT get_Route(
    IAgVeVODropLinePathItemCollection ** ppVal
);
[Java]
public IAgVeVODropLinePathItemCollection getRoute();
[Python - STK API ]
@property
def Route(self) -> "IAgVeVODropLinePathItemCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.