<< Click to Display Table of Contents >> Navigation: »No topics above this level« TraceVariableCollection.Item Property |
Returns the TracePointVariable for the specified index.
[Visual Basic]
Public ReadOnly Property Item( _
ByVal index As Integer _
) As TracePointVariable
Public Get
End Get
End Property
[C#]
public TracePointVariable this[
int index
] { public get; }
index
The index of the item to get.
TraceVariableCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]