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: 12.0.0.0
Syntax
public void SelectElements(
	IEnumerable<LayerElementComponent> elements
)

Parameters

elements
Type: System.Collections.GenericIEnumerableLayerElementComponent
See Also