Returns a two-dimensional array containing time and direction data (negative for decreasing). The DataSets property must contain the Time dataset for this method to work correctly.
[Visual Basic .NET] |
---|
Public Function ThresholdCrossings( _ ByVal ElemName As String, _ ByVal Threshold As System.Object _ ) As System.Array |
[Unmanaged C++] |
---|
public: HRESULT ThresholdCrossings( BSTR ElemName, VARIANT Threshold, SAFEARRAY * * ppCrossings ); |
- ElemName
- The element name.
- Threshold
- The threshold to be crossed.
A two-dimensional array with time and direction. The direction value will be positive if it is increasing when crossing the threshold and negative if it is decreasing when crossing it.