Exemplo n.º 1
0
        public void Start()
        {
            var matrix = new EmmeMatrix(Root.ZoneSystem.ZoneArray, MatrixToSave.AquireResource <SparseTwinIndex <float> >().GetFlatData());

            matrix.Save(OutputFile, true);
        }
Exemplo n.º 2
0
        public void Start()
        {
            var matrix = new EmmeMatrix(Root.ZoneSystem.ZoneArray, ModuleHelper.GetDataFromDatasourceOrResource(MatrixToSaveRaw, MatrixToSave, MatrixToSaveRaw != null).GetFlatData());

            matrix.Save(OutputFile, true);
        }