FeatureAttributeCollection.Remove

Remove(string)

Verwijdert het attribuut uit de collectie.

public void Remove(string name)
ParameterTypeBeschrijving
nameStringNaam van het attribuut.

Uitzonderingen

uitzonderingvoorwaarde
ArgumentNullExceptionHet argument isnull.
InvalidOperationExceptionDe collectie is op slot.

Zie ook


Remove(int)

Verwijdert het attribuut uit de collectie.

public void Remove(int index)
ParameterTypeBeschrijving
indexInt32Index van het attribuut.

Uitzonderingen

uitzonderingvoorwaarde
InvalidOperationExceptionDe collectie is op slot.
ArgumentOutOfRangeExceptionDe index is buiten bereik.

Zie ook