- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
Variable Owner: direct access to the NetLogic parent object
Each NetLogic displays the
Owner
variable, which represents the parent node of the same NetLogic. It is useful for directly accessing this node.Example
This example shows the value of the NetLogic parent node
BrowseName
assigned to the C# name
string variable.
string name = Owner.BrowseName;
Provide Feedback