Dataset.GetLayerName
Dataset.GetLayerName method
Gets the name of the layer at specified index.
public abstract string GetLayerName(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of the layer. |
Return Value
Name of the layer.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Index is out of range. |
See Also
- class Dataset
- namespace Aspose.Gis
- assembly Aspose.GIS