Dataset.GetLayerName

Dataset.GetLayerName method

Gets the name of the layer at specified index.

public abstract string GetLayerName(int index)
ParameterTypeDescription
indexInt32Index of the layer.

Return Value

Name of the layer.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is out of range.

See Also