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






Windows & Linux

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
MemberValueDescription
eImpactLocationUnknown-1Unknown.
eImpactLocationLaunchAzEl0Use geodetic or geocentric elements.
eImpactLocationPoint1Use azimuth and elevation.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.