import_from_control_file# LayerCollection.import_from_control_file(control_file_path, schema_file_path=None)# Import layers from a control file and optional XML schema file. Parameters: control_file_pathstrFull path to the control file. schema_file_pathstr, default: NoneFull path to the XML schema file.