Feature.IsValueSet

Feature.IsValueSet method

Checks if the attribute value is set in this feature.

public bool IsValueSet(string attributeName)
ParameterTypeDescription
attributeNameStringName of the attribute.

Return Value

true if value for the specified attribute is set; otherwise, false.

Exceptions

exceptioncondition
InvalidOperationExceptionThe attribute is not locked.
ArgumentExceptionThe attribute with this name does not exist in this layer.
ArgumentNullExceptionThe attribute name is null.

See Also