Node =>Delete
Delete a (shared/simple) node object.
public static void Node_Remove(SPData sPData, Node nodeToDelete)
Example:
//delete the first node of the branch with key 0 var node = SPData.BranchesDict[0].Nodes[0]; SplinePlusAPI.Node_Remove(sPData,node);