Click or drag to resize

MapLayerSelectElements Method (IEnumerableLayerElementComponent)

Select elements using a LayerElementComponent which implements IEnumerable.

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

Parameters

elements
Type: System.Collections.GenericIEnumerableLayerElementComponent
See Also