Visavi Visual OPC .NET  

BrowseElementFlags Enumeration

Flags that indicate whether a browse element is an item, has children, or both.

[Visual Basic]
 Public
   Enum BrowseElementFlags
[C#]
 public enum BrowseElementFlags
[C++]
 __value public enum
   BrowseElementFlags

Remarks

When browsing the OPC Server, these flags may be used to determine if the element is an item, has children, or both.


			

Members

Member Name Description
HasChildren The element has children that can be browsed.
IsItem The element is an item that has a fully qualified item ID.

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

Visavi.Opc.Client Namespace