AGI STK Objects 11 Send comments on this topic.
IsImpactLocationTypeSupported Method (IAgVePropagatorBallistic)
See Also 
ImpactLocation





Description

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

Syntax

[Visual Basic .NET]
Public Function IsImpactLocationTypeSupported( _
   ByVal ImpactLocation As ILocationAgEVeImpactLocation _
) As Boolean

[C#]
public bool IsImpactLocationTypeSupported(
ILocationAgEVeImpactLocation ImpactLocation
);

[Managed C++]
public: bool IsImpactLocationTypeSupported(
ILocationAgEVeImpactLocation ^ ImpactLocation
);

[Java]
public bool isImpactLocationTypeSupported(
ILocationAgEVeImpactLocation ImpactLocation
);

[Unmanaged C++]
public: HRESULT IsImpactLocationTypeSupported(
ILocationAgEVeImpactLocation * ImpactLocation,
VARIANT_BOOL * ReturnValue
);

Parameters

ImpactLocation
Member Value Description
eImpactLocationUnknown -1 Unknown.
eImpactLocationLaunchAzEl 0 Use geodetic or geocentric elements.
eImpactLocationPoint 1 Use azimuth and elevation.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1