QuickOPC User's Guide and Reference
NodeElement Property (DAItemDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.DataAccess.Forms.Browsing Namespace > DAItemDialog Class : NodeElement Property
Gets the information about the OPC item selected in the dialog box.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public ReadOnly Property NodeElement As DANodeElement
'Usage
 
Dim instance As DAItemDialog
Dim value As DANodeElement
 
value = instance.NodeElement
[DefaultValue("")]
public DANodeElement NodeElement {get;}
[DefaultValue("")]
public:
property DANodeElement^ NodeElement {
   DANodeElement^ get();
}
Remarks
The NodeElement is fully filled if the user has directly selected the item. The NodeElement is partially filled (only with the ItemId property) if the user has entered the node identification manually.
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