The shape of ArcEngine code GP is converted to dwg

QQ exchange group: 607330463 The strongest exchange group of GIS development technology. Reprinting is prohibited without permission. You can refer to

table of Contents

 

 

Code reference


 

Code reference

 

 

        /// <summary>
        /// Shape转换成CAD
        /// </summary>
        /// <param name="changeModel">转换模型</param>
        /// <param name="uploadPath">上传路径</param>
        /// <param name="uploadFileName">上传文件名</param>
        public static void ShapeConvertCAD(ChangeModel changeModel, string uploadFileName)
        {
            Geoprocessor gp = new Geoproc

Guess you like

Origin blog.csdn.net/qq_30430463/article/details/115174963