AGI STK Objects 11 Send comments on this topic.
SetImpactType Method (IAgVeImpactLocationPoint)
See Also 
Impact





Description

Method to set the impact type.

Syntax

[Visual Basic .NET]
Public Sub SetImpactType( _
   ByVal Impact As AgEVeImpact _
) 

[C#]
public void SetImpactType(
AgEVeImpact Impact
);

[Managed C++]
public: void SetImpactType(
AgEVeImpact Impact
);

[Java]
public  setImpactType(
AgEVeImpact Impact
);

[Unmanaged C++]
public: HRESULT SetImpactType(
AgEVeImpact Impact
);

Parameters

Impact
Member Value Description
eImpactUnknown -1 Unknown.
eImpactLLA 0 LLA (geodetic) impact location.
eImpactLLR 1 LLR (geocentric) impact location.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1