FeatureAttributeCollection.Remove
Remove(string)
Tar bort attributet från samlingen.
public void Remove(string name)
Parameter | Typ | Beskrivning |
---|---|---|
name | String | Namn på attributet. |
Undantag
undantag | skick |
---|---|
ArgumentNullException | Argumentet ärnull . |
InvalidOperationException | Samlingen är låst. |
Se även
- class FeatureAttributeCollection
- namnutrymme Aspose.Gis
- hopsättning Aspose.GIS
Remove(int)
Tar bort attributet från samlingen.
public void Remove(int index)
Parameter | Typ | Beskrivning |
---|---|---|
index | Int32 | Index för attributet. |
Undantag
undantag | skick |
---|---|
InvalidOperationException | Samlingen är låst. |
ArgumentOutOfRangeException | Indexet ligger utanför intervallet. |
Se även
- class FeatureAttributeCollection
- namnutrymme Aspose.Gis
- hopsättning Aspose.GIS