Feature.UnsetValue

Feature.UnsetValue method

从此特性中移除属性值。

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

异常

异常条件
InvalidOperationException属性未被锁定。
InvalidOperationException此属性的值不能被取消设置。
ArgumentException此图层中不存在具有此名称的属性。
ArgumentNullException属性名称为 null

另见