Dataset.HasLayerWithName

Dataset.HasLayerWithName method

Check has current dataset a layer with specific name

public virtual bool HasLayerWithName(string name)
ParameterTypeDescription
nameStringName of the layer

Return Value

true, if dataset has layer with this name; otherwise, false

See Also