Feature.UnsetValue

Feature.UnsetValue method

从此功能中删除属性值。

public void UnsetValue(string attributeName)
范围类型描述
attributeNameString属性的名称。

例外

例外(健康)状况
InvalidOperationException属性未锁定。
InvalidOperationException不能取消设置此属性的值。
ArgumentException此图层中不存在具有此名称的属性。
ArgumentNullException属性名称是null.

也可以看看