FeatureAttributeCollection.Item
Contents
[
Hide
]FeatureAttributeCollection indexer (1 of 2)
Gets or sets the FeatureAttribute
at the specified index.
public FeatureAttribute this[int index] { get; set; }
Parameter | Description |
---|---|
index | The zero-based index of the attribute to get or set. |
Return Value
The attribute at the specified index.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | The index is out of range. |
InvalidOperationException | Attempt to modify a locked collection. |
See Also
- class FeatureAttribute
- class FeatureAttributeCollection
- namespace Aspose.Gis
- assembly Aspose.GIS
FeatureAttributeCollection indexer (2 of 2)
Gets or sets the FeatureAttribute
with a specified name.
public FeatureAttribute this[string name] { get; }
Parameter | Description |
---|---|
name | Name of the attributes. |
Return Value
The attribute with the specified name, or null
if it’s not found.
Exceptions
exception | condition |
---|---|
ArgumentNullException | The attribute name is null . |
See Also
- class FeatureAttribute
- class FeatureAttributeCollection
- namespace Aspose.Gis
- assembly Aspose.GIS