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





Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsImpactTypeSupported( _
   ByVal Impact As AgEVeImpact _
) As Boolean

[C#]
public bool IsImpactTypeSupported(
AgEVeImpact Impact
);

[Managed C++]
public: bool IsImpactTypeSupported(
AgEVeImpact Impact
);

[Java]
public bool isImpactTypeSupported(
AgEVeImpact Impact
);

[Unmanaged C++]
public: HRESULT IsImpactTypeSupported(
AgEVeImpact Impact,
VARIANT_BOOL * ReturnValue
);

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