VectorLayer.RemoveAt
VectorLayer.RemoveAt method
Remove the Feature at the specified index.
public virtual void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The index of the feature. |
Exceptions
| exception | condition |
|---|---|
| InvalidOperationException | is thrown if the layer is not editable. |
| ArgumentOutOfRangeException | Index is out of range. |
| IOException | An I/O error occurred. |
See Also
- class VectorLayer
- namespace Aspose.Gis
- assembly Aspose.GIS