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( IAgVeVODropLinePathItemCollection ** ppVal ); |
[Java] |
---|
public IAgVeVODropLinePathItemCollection getTrajectory(); |
[Python - STK API ] |
---|
@property def Trajectory(self) -> "IAgVeVODropLinePathItemCollection": |