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






Windows & Linux

Description

Method to set the propagator type.

Syntax

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

Parameters

Propagator

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.