摘要:
刚接触wcf 很多迷茫wcf本身就是一接口形式服务本身包含两个类文件using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.ServiceModel.Web;using System.Text;namespace WcfService4{ // 注意: 使用“重构”菜单上的“重命名”命令,可以同时更改代码和配置文件中的接口名“IService1”。 [Service... 阅读全文
摘要:
目前arcgis 10.2 在.net开发中 只试用于.Net3.5一下版本正常例如 public object GetLay(string sFilePath) { IMap map = new MapClass(); IMapDocument m_MapDocument = new MapDocumentClass(); m_MapDocument.Open(sFilePath, ""); for (int i = 0; i <= m_MapDocument.MapCount - 1; i... 阅读全文