FeatureAttributeCollection.Contains

FeatureAttributeCollection.Contains method

Determines whether the attribute collection contains an attribute with the specified name.

public bool Contains(string name)
ParameterTypeDescription
nameStringName of the attribute.

Return Value

true if the attribute collection contains and attribute with the specified name; otherwise, false.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also