QuickOPC User's Guide and Reference
IsHint Property (_DANodeElement)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes Namespace > _DANodeElement Interface : IsHint Property
This element is a “hint” leaf versus being a valid item. The OpcLabs.EasyOpc.NodeElement.Name property contains the hint text, and ItemID is an empty string.
Syntax
'Declaration
 
ReadOnly Property IsHint As Boolean
'Usage
 
Dim instance As _DANodeElement
Dim value As Boolean
 
value = instance.IsHint
bool IsHint {get;}
property bool IsHint {
   bool get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also