当前位置:编程学习 > C#/ASP.NET >>

Autocad Map 3D 导入GML数据成图

 本人用C#做的autocad Map 3D的二次开发,在进行GML数据导入是遇到问题。导入的代码为  string format = "GML";
                string filename = "E:\\export\\tmp216.gml";
                //Selecting the external file format and location
                importer.Init(format, filename);
                importer.ImportPolygonsAsClosedPolylines = true;
                //Mapping attribute data from the external file to object data     
                //inputlayer.ImportFromInputLayerOn = true;
                importer.AuditClassifiedAfterImport = false;
                //Setting any necessary driver options
                Autodesk.Gis.Map.ImportExport.ImportResults result = importer.Import(true);
希望有能力的人给予指教。分数无限。如果有个小例子就更好了。 --------------------编程问答-------------------- 參考一下別熱那怎樣做吧

http://www.devdept.com/ --------------------编程问答-------------------- crackdung,不知道你提供的网址是干什么的,能说点实际的实现过程吗。
补充:.NET技术 ,  其他语言
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,