<< Click to Display Table of Contents >> Navigation: »No topics above this level« TracePoint.AddTraceVariable Method |
Adds a trace variable to the trace point
[Visual Basic]
Public Sub AddTraceVariable( _
ByVal nameOfTraceVariable As String _
)
[C#]
public int AddTraceVariable(
string nameOfTraceVariable
);
nameOfTraceVariable
The name of the trace variable to add.
The ArrayList index at which the value has been added.
DOES NOT care about duplicate entries!!!
TracePoint Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]