OPC Labs EasyOPC Forms
IsSelectable Method
OpcLabs_EasyOpcForms ActiveX DLL > UABrowseMode Object : IsSelectable Method

Description
Determines whether the given OPC element type is selectable in this browse mode.

 

DISPID (Dispatch ID):

 

For more information, see IsSelectable in .NET Reference.

Syntax
Visual Basic
Public Function IsSelectable( _
   ByVal elementType As UAElementType _
) As Boolean
Parameters
elementType
ValueDescription
UAElementType_AttributeAn OPC-UA attribute of a node.
UAElementType_EndpointAn OPC-UA (server) endpoint element.
UAElementType_HostA host (computer) element.
UAElementType_NodeAn OPC-UA node in an address space.
UAElementType_NoneNo element.

Return Type

See IsSelectable in .NET Reference.

Remarks

For remarks, see IsSelectable in .NET Reference.

Example

For examples, see IsSelectable in .NET Reference.

See Also

UABrowseMode Object  | UABrowseMode Members