Get the list of droplines at intervals along the vehicle's route.
Read-only property
[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": |