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





Windows & Linux

Description

Get the missile's 3D trajectory graphics.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Trajectory() As IAgVeVOTrajectory
[C#]
public IAgVeVOTrajectory Trajectory {get;}
[Managed C++]
public: __property IAgVeVOTrajectory ^ get_Trajectory();
[Unmanaged C++]
public: HRESULT get_Trajectory(
    IAgVeVOTrajectory ** ppVal
);
[Java]
public IAgVeVOTrajectory getTrajectory();
[Python - STK API ]
@property
def Trajectory(self) -> "IAgVeVOTrajectory":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.