Click or drag to resize

MapZoomToLayerElements(MapLayer, IEnumerableObject) Method

Zoom the view to specified area

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

Parameters

referenceLayer  MapLayer
s
keys  IEnumerableObject
String array of Keys
See Also