FeatureAttributeCollection.Remove
Remove(string)
Removes the attribute from the collection.
public void Remove(string name)
Parameter | Type | Description |
---|
name | String | Name of the attribute. |
Exceptions
exception | condition |
---|
ArgumentNullException | The argument is null . |
InvalidOperationException | The collection is locked. |
See Also
Remove(int)
Removes the attribute from the collection.
public void Remove(int index)
Parameter | Type | Description |
---|
index | Int32 | Index of the attribute. |
Exceptions
exception | condition |
---|
InvalidOperationException | The collection is locked. |
ArgumentOutOfRangeException | The index is out of range. |
See Also