Gets a value indicating whether the specified type can be used.
[Visual Basic .NET] |
---|
Public Function IsImpactLocationTypeSupported( _ ByVal ImpactLocation As AgEVeImpactLocation _ ) As Boolean |
[C#] |
---|
public bool IsImpactLocationTypeSupported( AgEVeImpactLocation ImpactLocation ); |
[Managed C++] |
---|
public: bool IsImpactLocationTypeSupported( AgEVeImpactLocation ImpactLocation ); |
[Unmanaged C++] |
---|
public: HRESULT IsImpactLocationTypeSupported( AgEVeImpactLocation ImpactLocation, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isImpactLocationTypeSupported( AgEVeImpactLocation ImpactLocation ); |
[Python - STK API ] |
---|
def IsImpactLocationTypeSupported(self, ImpactLocation:"AgEVeImpactLocation") -> bool: |
- ImpactLocation