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