FeatureAttributeCollection.Item
Contenu
[
Cacher
]FeatureAttributeCollection indexer (1 of 2)
Obtient ou définit leFeatureAttribute à l’index spécifié.
public FeatureAttribute this[int index] { get; set; }
| Paramètre | La description |
|---|---|
| index | Index de base zéro de l’attribut à obtenir ou à définir. |
Return_Value
L’attribut à l’index spécifié.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | L’indice est hors plage. |
| InvalidOperationException | Tentative de modification d’une collection verrouillée. |
Voir également
- class FeatureAttribute
- class FeatureAttributeCollection
- espace de noms Aspose.Gis
- Assemblée Aspose.GIS
FeatureAttributeCollection indexer (2 of 2)
Obtient ou définit leFeatureAttribute avec un nom spécifié.
public FeatureAttribute this[string name] { get; }
| Paramètre | La description |
|---|---|
| name | Nom des attributs. |
Return_Value
L’attribut avec le nom spécifié, ounull s’il n’est pas trouvé.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | Le nom de l’attribut estnull. |
Voir également
- class FeatureAttribute
- class FeatureAttributeCollection
- espace de noms Aspose.Gis
- Assemblée Aspose.GIS