[SOLVED] Get the sort order of the Swimlanes

Yes. You can prove that they will be ordered correctly after a save and load by typing:

myDiagram.model = go.Model.fromJson(myDiagram.model.toJson())

in the console and seeing them stay in the correct positions.