BaseCollection.ElementAt Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

BaseCollection.ElementAt Method

BR.AN.PviServices .NET


Gets a logger entry by its ID

[Visual Basic]

Public Sub ElementAt( _

  ByVal index As Integer _

)

[C#]

public object ElementAt(

  int index

);

Parameters

index

The numeric search index.

Return Value

The object if index is valid.

See Also

BaseCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]