Click or drag to resize

LayerElementCollectionGetByKeyArray Method (IEnumerable)

Gets a list of LayerElements by keys which implements IEnumerable.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerable<LayerElement> GetByKeyArray(
	IEnumerable keys
)

Parameters

keys
Type: System.CollectionsIEnumerable

Return Value

Type: IEnumerableLayerElement
See Also