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