MapXtreme2004 Code MapControl control display map file

xiaoxiao2021-03-06  42

:: Open TAB Files ::

MapControl1.map.clear (); / / Clear map in MapControl1 controls

MaptableLoader T1 = New MaptableLoader (@ "f: /test.tab");

MapControl1.map.Load (T1);

:: Open GST files ::

MapControl1.map.clear ();

MapGeoseetLoader G1 = New MapGeoseetLoader (@ "f: /test.gst");

MapControl1.map.Load (G1);

:: Open other types of map files Similar to:

转载请注明原文地址:https://www.9cbs.com/read-67125.html

New Post(0)