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






Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsTrajectoryTypeSupported( _
    ByVal Propagator As AgEVePropagatorType _
) As 
[C#]
public bool IsTrajectoryTypeSupported(
    AgEVePropagatorType Propagator
);
[Managed C++]
public: bool IsTrajectoryTypeSupported(
    AgEVePropagatorType Propagator
);
[Java]
public bool isTrajectoryTypeSupported(
    AgEVePropagatorType Propagator
);
[Unmanaged C++]
public: HRESULT IsTrajectoryTypeSupported(
    AgEVePropagatorType Propagator,
    VARIANT_BOOL * pRetVal
);

Parameters

Propagator

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.