TracePointDataCollection.Item Property

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointDataCollection.Item Property

BR.AN.PviServices .NET


Indexer function for array access.

[Visual Basic]

Public ReadOnly Property Item( _

  ByVal indexer As Integer _

) As TracePointData

  Public Get

  End Get

End Property

[C#]

public TracePointData this[

  int indexer

] { public get; }

Parameters

indexer

The index of the array item.

See Also

TracePointDataCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]