コード例 #1
0
        }                                                 // public static string mapConfig(ESRI.ArcGIS.Client.Map map)

        private VFileStorage openStorage(string filename) // create and init storage object
        {
            log("VSave.openStorage, ...");
            var res = new VFileStorage(log);

            res.create(filename);
            log("VSave.openStorage, done.");
            return(res);
        }
コード例 #2
0
        }                                                                                // public static VFileStorage openStorage4Read(string foldername, string filename)

        public static VFileStorage openStorage4Write(string foldername, string filename) // create and init storage object
        //log("openStorage4Write, ...");
        {
            var res = new VFileStorage(null);

            res.setFolder(foldername);
            res.create(filename);
            return(res);
        }         // public static VFileStorage openStorage4Write(string foldername, string filename) { // create and init storage object