Visavi Visual OPC .NET  

OpcConnection.Browse Method

Browses an OPC item for it's child nodes. The returned IOpcBrowseItem objects may be filtered in various ways.

Overload List

Browses the root node of the OPC Server for all branches and leaves.

[Visual Basic] Overloads Public Function Browse() As IOpcBrowseElement( )
[C#] public IOpcBrowseElement[] Browse();
[C++] public: IOpcBrowseElement __gc[] Browse();
[JScript] public function Browse() : IOpcBrowseElement[];

Browses a specific OPC item for all it's branches and leaves.

[Visual Basic] Overloads Public Function Browse(String) As IOpcBrowseElement( )
[C#] public IOpcBrowseElement[] Browse(string);
[C++] public: IOpcBrowseElement __gc[] Browse(String*);
[JScript] public function Browse(String) : IOpcBrowseElement[];

Browses a specific OPC item, specifying filters to possibly limit the number of returned elements.

[Visual Basic] Overloads Public Function Browse(String, BrowseFilter, String, String) As IOpcBrowseElement( )
[C#] public IOpcBrowseElement[] Browse(string, BrowseFilter, string, string);
[C++] public: IOpcBrowseElement __gc[] Browse(String*, BrowseFilter*, String*, Strnig*);
[JScript] public function Browse(String, BrowseFilter, String, String) : IOpcBrowseElement[];

Browses a specific OPC item, specifying filters to possibly limit the number of returned elements.

[Visual Basic] Overloads Public Function Browse(String, BrowseFilter, String, String, Boolean, ByRef Integer[]) As IOpcBrowseElement( )
[C#] public IOpcBrowseElement[] Browse(string, BrowseFilter, string, string, bool, ref int[]);
[C++] public: IOpcBrowseElement __gc[] Browse(String*, BrowseFilter*, String*, Strnig*, bool, int* __gc[]);
[JScript] public function Browse(String, BrowseFilter, String, String, bool, int[]) : IOpcBrowseElement[];

See Also

OpcConnection Class | OpcConnection Members | Visavi.Opc.Client Namespace