IsActive property

Description
(Read/Write) This property controls the active state of the item. An item that is active acquires data. An inactive item will not be updated as part of any group operations.
Syntax
IsActive
As Boolean
Example
Dim MyOPCItem As OPCItem
'/* Inactivate selected item
Set MyOPCItem = MyOPCGroup.OPCItems(1)
MyOPCItem.IsActive = False
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal