Dataset.RemoveLayerAt
Dataset.RemoveLayerAt method
Removes the vector layer at specified index.
public virtual void RemoveLayerAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of the layer |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | The index is out of range. |
NotSupportedException | Layer removing is not supported. |
IOException | An I/O error occurred. |
GisException | Error while removing the layer. |
See Also
- class Dataset
- namespace Aspose.Gis
- assembly Aspose.GIS