FeatureAttributeCollection.Add

FeatureAttributeCollection.Add method

Adds an attribute to the collection.

public void Add(FeatureAttribute attribute)
ParameterTypeDescription
attributeFeatureAttributeThe attribute to add.

Exceptions

exceptioncondition
ArgumentNullExceptionThe attribute is null.
InvalidOperationExceptionThe collection is locked.
ArgumentExceptionAn attribute with the same name already exists in the collection.

See Also