Branch=>Length

Get the length of the branch provided.

 public static float Branch_Get_Length(SPData sPData, int branchKey)

Example:

 //The length of the branch with key 2
 var branchLength = SplinePlusAPI.Branch_Get_Length( sPData, 2);