摘要:
1 private void AddLineElement(IPolyline polyline) 2 { 3 try 4 { 5 IPolyline pPolyline = polyline; 6 IRgbColor pLineRgbColor = null; 7 ISimpleLineSymbol pSimpleLineSymbol = null; 8 ILineElement pFillShap... 阅读全文
摘要:
1 private void AddPointElement(IPoint pPoint) 2 { 3 if (pPoint != null) 4 { 5 IElement pElement = null; 6 IRgbColor pColor = new RgbColorClass(); 7 pColor.Green = 255; 8 9 double pSize = Math.Round(7200... 阅读全文