Visavi Visual OPC .NET  

IOpcBrowseElement Interface

Contains browse information for a particular node of the OPC Server.

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

[Visual Basic]
 Public
   Interface IOpcBrowseElement
[C#]
 public interface IOpcBrowseElement
[C++]
 public __gc __interface
   IOpcBrowseElement
[JScript]
public interface IOpcBrowseElement

Remarks

The IOpcBrowseElement interface wraps the OPCBROWSEELEMENT structure that is returned by the IOPCBrowse interface (custom COM) from the OPC Server. This interface may be retrieved by calling the Browse method on the OpcConnection class or another IOpcBrowseElement object.

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

IOpcBrowseElement Members | Visavi.Opc.Client Namespace