Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsImpactTypeSupported( _ ByVal Impact As AgEVeImpact _ ) As Boolean |
| [C#] |
|---|
public bool IsImpactTypeSupported( |
| [Managed C++] |
|---|
public: bool IsImpactTypeSupported( |
| [Java] |
|---|
public bool isImpactTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsImpactTypeSupported( |
- Impact
Member Value Description eImpactUnknown -1 Unknown. eImpactLLA 0 LLA (geodetic) impact location. eImpactLLR 1 LLR (geocentric) impact location.
