TracePoint.AddTraceVariable Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePoint.AddTraceVariable Method

BR.AN.PviServices .NET


Adds a trace variable to the trace point

[Visual Basic]

Public Sub AddTraceVariable( _

  ByVal nameOfTraceVariable As String _

)

[C#]

public int AddTraceVariable(

  string nameOfTraceVariable

);

Parameters

nameOfTraceVariable

The name of the trace variable to add.

Return Value

The ArrayList index at which the value has been added.

Remarks

DOES NOT care about duplicate entries!!!

See Also

TracePoint Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]