Get the list of droplines at intervals along
the vehicle's trajectory.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Trajectory() As IAgVeVODropLinePathItemCollection
|
| [C#] |
|---|
public IAgVeVODropLinePathItemCollection Trajectory {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeVODropLinePathItemCollection^ get_Trajectory();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Trajectory(
|
| [Java] |
|---|
public IAgVeVODropLinePathItemCollection getTrajectory();
|