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






Windows & Linux

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
MemberValueDescription
eImpactUnknown-1Unknown.
eImpactLLA0LLA (geodetic) impact location.
eImpactLLR1LLR (geocentric) impact location.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.