Branch=>Nodes

Get the branch nodes list

    public static List<Node> Branch_Get_Nodes(SPData sPData, int branchKey)

Example:

//Get the nodes list of branch with key 2
var branchNodes= SplinePlusAPI.Branch_Get_Nodes( sPData,2);