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( AgEVeImpact Impact ); |
[Managed C++] |
---|
public: bool IsImpactTypeSupported( AgEVeImpact Impact ); |
[Unmanaged C++] |
---|
public: HRESULT IsImpactTypeSupported( AgEVeImpact Impact, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isImpactTypeSupported( AgEVeImpact Impact ); |
[Python - STK API ] |
---|
def IsImpactTypeSupported(self, Impact:"AgEVeImpact") -> bool: |
- Impact