摘要:
public void DrawPoint(IFeatureLayer pFeatureLayer) { IPictureMarkerSymbol pPicMakerSymbol = new PictureMarkerSymbolClass(); string picPath = Application.StartupPath + @"\texture\test.bmp"; //图片路径 pPicMakerSymbol.CreateMarkerSymbolFromFile(esriIPictureType.esriIPictureBitmap, picPath); pPic 阅读全文
posted @ 2012-05-16 09:27
pennygiser
阅读(303)
评论(0)
推荐(0)
浙公网安备 33010602011771号