Global methods for nodes
Use these global methods to create or remove objects and variables at runtime in the information model.
CreateObject method
This method creates an object.
Argument | Description |
---|---|
BrowseName | Name of the object |
ObjectType | Type of object |
ParentNode | Parent node of the object to be created |
ReferenceType | Reserved for future use |
Argument | Description |
---|---|
CreateNodeId | NodeId attribute assigned at runtime |
CreateVariable method
This method creates a variable.
Argument | Description |
---|---|
BrowseName | Variable name |
RequestedNodeId | Reserved for future use |
VariableType | Type of variable |
ParentNode | Parent node of the variable to be created |
ReferenceType | Reserved for future use |
DeleteNode method
This method deletes a node.
Argument | Description |
---|---|
Node | Node to delete |
Provide Feedback