Click or drag to resize

LayerCollectionItem Property

Index operator for the set of layers, accepting the layer name for comparison.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public ILayer this[
	string layerName
] { get; }

Parameters

layerName
Type: SystemString
Name of the layer to search for. The search is case-sensitive.

Return Value

Type: ILayer
The layer with the specified name, if available, otherwise null.
See Also