Dataset.GetLayerName

Dataset.GetLayerName method

获取指定索引处图层的名称。

public abstract string GetLayerName(int index)
参数类型描述
索引Int32图层索引。

返回值

图层名称。

异常

异常条件
ArgumentOutOfRangeException索引超出范围。

另见