核心代码
for (int Index = 0; Index < PropertyFields.FieldCount; ++Index)
{
if (PropertyFields.get_Field(Index).Type != esriFieldType.esriFieldTypeGeometry)
fieldsEdit.AddField(PropertyFields.get_Field(Index));
}
2024-01-15 14:37:22
核心代码
for (int Index = 0; Index < PropertyFields.FieldCount; ++Index)
{
if (PropertyFields.get_Field(Index).Type != esriFieldType.esriFieldTypeGeometry)
fieldsEdit.AddField(PropertyFields.get_Field(Index));
}