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 AgEVeImpactLocation _
) As 
[C#]
public void SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Managed C++]
public: void SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Java]
public void setImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Unmanaged C++]
public: HRESULT SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);

Parameters

ImpactLocation

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.