Click or drag to resize

MapLayerSelectElements(IEnumerableLayerElement) Method

Select elements using a LayerElement which implements IEnumerable.

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

Parameters

elements  IEnumerableLayerElement
See Also