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






Windows & Linux

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.