TracePointCollection.Contains Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointCollection.Contains Method

BR.AN.PviServices .NET


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

);

Parameters

nameOfVariable

The name of the variable to search for.

Return Value

-1 on ERROR else the zero base index of the trace variable.

See Also

TracePointCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]