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(
|
| [Java] |
|---|
public IAgVeVODropLinePathItemCollection getRoute();
|