Branch=>Reverse

Reverse the branch direction.

 public static void Branch_Reverse(SPData sPData, int branchKey)

Example:

//Reverse the branch with key 2
SplinePlusAPI.Branch_Reverse( sPData, 2);