FeatureAttributeCollection.Item
Contenido
[
Ocultar
]FeatureAttributeCollection indexer (1 of 2)
Obtiene o establece elFeatureAttribute en el índice especificado.
public FeatureAttribute this[int index] { get; set; }
| Parámetro | Descripción |
|---|---|
| index | El índice de base cero del atributo que se va a obtener o establecer. |
Valor_devuelto
El atributo en el índice especificado.
Excepciones
| excepción | condición |
|---|---|
| ArgumentOutOfRangeException | El índice está fuera de rango. |
| InvalidOperationException | Intento de modificar una colección bloqueada. |
Ver también
- class FeatureAttribute
- class FeatureAttributeCollection
- espacio de nombres Aspose.Gis
- asamblea Aspose.GIS
FeatureAttributeCollection indexer (2 of 2)
Obtiene o establece elFeatureAttribute con un nombre especificado.
public FeatureAttribute this[string name] { get; }
| Parámetro | Descripción |
|---|---|
| name | Nombre de los atributos. |
Valor_devuelto
El atributo con el nombre especificado, onull si no se encuentra.
Excepciones
| excepción | condición |
|---|---|
| ArgumentNullException | El nombre del atributo esnull. |
Ver también
- class FeatureAttribute
- class FeatureAttributeCollection
- espacio de nombres Aspose.Gis
- asamblea Aspose.GIS