Description
(Read-only) Required property for collections.
Syntax
Example
Dim CurrentValue As Long
Dim SomeValue As Long
CurrentValue = AnOPCItemCollection.Count
4.5.4 OPCItems Methods 4.5.4.1 Item
Required property for collections.
Part Description
Returns an OPCItem by ItemSpecifier. ItemSpecifier is the 1-based
index into the collection
Remarks
GetOPCItem to reference by ServerHandle.
NOTE: do not confuse the automation 'Item' property with the OPCItem object. The automation
'Item' is a special reserved property used in a generic way by automation collections to refer to the
items they contain. The OPCItem is an OPC Automation specific object type that can reside in an
'OPCItems' collection.
65