STK ObjectsSend comments on this topic.
SetImpactLocationType Method (IAgVePropagatorBallistic)
See Also
ImpactLocation
Windows





Windows & Linux

Description

Set the impact location type.

Syntax

[Visual Basic .NET]
Public Sub SetImpactLocationType( _
    ByVal ImpactLocation As AgEVeImpactLocation _
)
[C#]
public void SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Managed C++]
public: void SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Unmanaged C++]
public: HRESULT SetImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Java]
public void setImpactLocationType(
    AgEVeImpactLocation ImpactLocation
);
[Python - STK API ]
def SetImpactLocationType(self, ImpactLocation:"AgEVeImpactLocation") -> None:

Parameters

ImpactLocation

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.