FeatureAttributeCollection.Remove
Remove(string)
Verwijdert het attribuut uit de collectie.
public void Remove(string name)
Parameter | Type | Beschrijving |
---|
name | String | Naam van het attribuut. |
Uitzonderingen
uitzondering | voorwaarde |
---|
ArgumentNullException | Het argument isnull . |
InvalidOperationException | De collectie is op slot. |
Zie ook
Remove(int)
Verwijdert het attribuut uit de collectie.
public void Remove(int index)
Parameter | Type | Beschrijving |
---|
index | Int32 | Index van het attribuut. |
Uitzonderingen
uitzondering | voorwaarde |
---|
InvalidOperationException | De collectie is op slot. |
ArgumentOutOfRangeException | De index is buiten bereik. |
Zie ook