STK ObjectsSend comments on this topic.
Trajectory Property (IAgVeVOTrajectoryDropLines)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.