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





Description

Method to set the impact location type.

Syntax

[Visual Basic .NET]
Public Sub SetImpactLocationType( _
   ByVal ImpactLocation As ILocationAgEVeImpactLocation _
) 

[C#]
public void SetImpactLocationType(
ILocationAgEVeImpactLocation ImpactLocation
);

[Managed C++]
public: void SetImpactLocationType(
ILocationAgEVeImpactLocation ^ ImpactLocation
);

[Java]
public  setImpactLocationType(
ILocationAgEVeImpactLocation ImpactLocation
);

[Unmanaged C++]
public: HRESULT SetImpactLocationType(
ILocationAgEVeImpactLocation * ImpactLocation
);

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