Click or drag to resize

MapZoomToLayerElements Method (MapLayer, IEnumerableObject)

Zoom the view to specified area

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void ZoomToLayerElements(
	MapLayer referenceLayer,
	IEnumerable<Object> keys
)

Parameters

referenceLayer
Type: Easymap.AddIn.MappingMapLayer
s
keys
Type: System.Collections.GenericIEnumerableObject
String array of Keys
See Also