TraceDataCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TraceDataCollection.Item Property

BR.AN.PviServices .NET


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; }

Parameters

index

The index of the item to get.

See Also

TraceDataCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]