Feature.UnsetValue

Feature.UnsetValue method

Removes the attribute value from this feature.

public void UnsetValue(string attributeName)
ParameterTypeDescription
attributeNameStringName of the attribute.

Exceptions

exceptioncondition
InvalidOperationExceptionThe attribute is not locked.
InvalidOperationExceptionValue of this attribute cannot be unset.
ArgumentExceptionThe attribute with this name does not exist in this layer.
ArgumentNullExceptionThe attribute name is null.

See Also