Branch=>Delete

Delete a branch from the branches dictionnary by providing the branch key.

 public static void Delete_Branch(SPData sPData, int branchKey)

Example:

//Delete branch with key 4
SplinePlusAPI.Delete_Branch( sPData, 4);