<< Click to Display Table of Contents >> Navigation: »No topics above this level« TracePointCollection.Contains Method |
Call this method to get the index of the trace point variable which matches the specified name.
[Visual Basic]
Public Sub Contains( _
ByVal nameOfVariable As String _
)
[C#]
public int Contains(
string nameOfVariable
);
nameOfVariable
The name of the variable to search for.
-1 on ERROR else the zero base index of the trace variable.
TracePointCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]