FeatureAttributeCollection.Add
FeatureAttributeCollection.Add method
Adds an attribute to the collection.
public void Add(FeatureAttribute attribute)
Parameter | Type | Description |
---|---|---|
attribute | FeatureAttribute | The attribute to add. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | The attribute is null . |
InvalidOperationException | The collection is locked. |
ArgumentException | An attribute with the same name already exists in the collection. |
See Also
- class FeatureAttribute
- class FeatureAttributeCollection
- namespace Aspose.Gis
- assembly Aspose.GIS