Name | Description | |
---|---|---|
BrowsePath | Specifies the browse path for the OPC node. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
HasChildren | The element has children and can be used for a subsequent browse. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsBranch | The node is a branch (a "folder" the can contain other nodes). (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsHint | 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. | |
IsItem | This element is an item, i.e. it is a leaf but not a hint. | |
IsLeaf | The element is a leaf. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
IsRoot | Determines whether this element describes a root of the address space. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
ItemId | The unique identifier for this item. | |
Name | Short user-friendly portion of the namespace pointing to the element. This is the string to be used for display purposes. | |
NodePath | The node path for this node. Only used with OPC XML. (Inherited from OpcLabs.EasyOpc.NodeElement) | |
Root | The node element for the root of the address space. |