Click or drag to resize

LayerElementCollectionGetByKeyArray(IEnumerable) Method

Gets a list of LayerElements by keys which implements IEnumerable.

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

Parameters

keys  IEnumerable

Return Value

IEnumerableLayerElement
See Also