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