FeatureAttributeCollection.Add

FeatureAttributeCollection.Add method

Voegt een attribuut toe aan de collectie.

public void Add(FeatureAttribute attribute)
ParameterTypeBeschrijving
attributeFeatureAttributeHet attribuut dat moet worden toegevoegd.

Uitzonderingen

uitzonderingvoorwaarde
ArgumentNullExceptionHet attribuut isnull.
InvalidOperationExceptionDe collectie is op slot.
ArgumentExceptionEr bestaat al een attribuut met dezelfde naam in de verzameling.

Zie ook