AGI STK Objects 11Send comments on this topic.
SetTrajectoryType Method (IAgLaunchVehicle)
See Also
Trajectory
Windows






Windows & Linux

Description

Method to set the propagator type.

Syntax

[Visual Basic .NET]
Public Sub SetTrajectoryType( _
    ByVal Trajectory As AgEVePropagatorType _
) As 
[C#]
public void SetTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Managed C++]
public: void SetTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Java]
public void setTrajectoryType(
    AgEVePropagatorType Trajectory
);
[Unmanaged C++]
public: HRESULT SetTrajectoryType(
    AgEVePropagatorType Trajectory
);

Parameters

Trajectory

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.