'Declaration
<ExtensionAttribute()> Public Shared Function IsDataVariable( _ ByVal nodeElement As IUANodeElement _ ) As Boolean
'Usage
Dim nodeElement As IUANodeElement Dim value As Boolean value = IUANodeElementExtension.IsDataVariable(nodeElement)
[Extension()] public static bool IsDataVariable( IUANodeElement nodeElement )
[Extension()] public: static bool IsDataVariable( IUANodeElement^ nodeElement )
Parameters
- nodeElement
- OPC-UA node element.
Return Value
true
if %% represents a Data Variable; false
otherwise.