arcgis 批量增加图层字段,有需要的交流

 

 核心代码

 

for (int Index = 0; Index < PropertyFields.FieldCount; ++Index)
{
if (PropertyFields.get_Field(Index).Type != esriFieldType.esriFieldTypeGeometry)
fieldsEdit.AddField(PropertyFields.get_Field(Index));
}

posted @ 2022-01-01 18:16  需要GIS小工具找我  阅读(346)  评论(0编辑  收藏  举报