ArcEngine添加属性字段
在属性表操作过程中,最经常使用的功能就是添加字段,下面代码是往要素图层中添加名为"PathName",类型为text,长度是60的字段,if语句用来判断源属性表中是否已存在名为“PathName”的属性字段。 public void AddField(IFeatureLayer s) { IFeatureClass pfc = s.FeatureClass as IFeatureClass; IClass cls =