Visavi Visual OPC .NET  

IOpcItem Interface

The .NET interface used to interact with an item that exists in an  OPC Server. This item can be obtained by adding an OpcItemDefinition to the IOpcItemCollection.

For a list of all members of this type, see  IOpcItem Members.

System.ICustomTypeDescriptor
   Visavi.Opc.Client.IOpcItem

[Visual Basic]
 Public
   Interface IOpcItem
   Inherits ICustomTypeDescriptor
[C#]
 public interface IOpcItem: ICustomTypeDescriptor
[C++]
 public __gc __interface IOpcItem : public
   ICustomTypeDescriptor
[JScript]
public interface IOpcItem extends ICustomTypeDescriptor

Remarks

The IOpcItem interface represents an item that exists in an OPC Server. These items are created by adding an OpcItemDefinition to the IOpcGroup.Items collection. If the parent IOpcConnection object is connected to the server, the IOpcItem is added to the OPC Server.

Requirements

Namespace: Visavi.Opc.Client

Platforms:  Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

Assembly: Visavi.Opc.Client

See Also

IOpcItem Members | Visavi.Opc.Client Namespace