'Declaration
Public Function IsSelectable( _ ByVal elementType As OpcElementType _ ) As Boolean
'Usage
Dim instance As OpcBrowseMode Dim elementType As OpcElementType Dim value As Boolean value = instance.IsSelectable(elementType)
public bool IsSelectable( OpcElementType elementType )
public: bool IsSelectable( OpcElementType elementType )
Parameters
- elementType
- The element type to be tested.
Return Value
True
if the element type is selectable in this browse mode; false
otherwise.