OPCDA.NET Reference Manual
Item Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET.Controls Namespace > DAOpcItems Class : Item Property

i
Element index in the collection

Glossary Item Box

Returns the element at the specified index in the collection.

Syntax

Visual Basic (Declaration) 
Public Shadows Default Property Item( _
   ByVal i As Integer _
) As DAOpcItem
C# 
public new DAOpcItem this[ 
   int i
]; {get; set;}

Parameters

i
Element index in the collection

Property Value

Element at the specified index in the collection.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.