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