FeatureAttributeCollection.Remove

Remove(string)

Removes the attribute from the collection.

public void Remove(string name)
ParameterTypeDescription
nameStringName of the attribute.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.
InvalidOperationExceptionThe collection is locked.

See Also


Remove(int)

Removes the attribute from the collection.

public void Remove(int index)
ParameterTypeDescription
indexInt32Index of the attribute.

Exceptions

exceptioncondition
InvalidOperationExceptionThe collection is locked.
ArgumentOutOfRangeExceptionThe index is out of range.

See Also