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