I get an access violation error message when using this line in my auto script:
SDB.MainTree.RemoveNode(SDB.MainTree.Node_Location)
Except for the error message, the script works as it's supposed to: The node 'Location' disappears from the tree. When I remove the line from my script, the error message disappears. Is there a better way to remove the node 'Location' without getting the access violation error message? Can anyone help? Thanks in advance.
