mapgis10 三维添加注记

                System.Drawing.Color c = System.Drawing.Color.Blue;
                //获取系统颜色编号
                int i = c.ToArgb();

                string labelResultName = iconLabel.AddLabelText("注记", new Dot3D(dot3d.X, dot3d.Y, dot3d.Z + 10), "宋体", 20,(uint)i, true, 900000000.0, 1.0, elevationType, "");

 

posted @ 2021-04-23 15:14  恋上微笑的天使  阅读(196)  评论(0)    收藏  举报