Click or drag to resize

Map.SetClip Method (ClipOperation, MapLayer, List<Object>, Boolean)

Set the clip for this map.

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public void SetClip(
	ClipOperation op,
	MapLayer referenceLayer,
	List<Object> keys,
	bool zoomTo
)

Parameters

op
Type: Easymap.AddIn.Mapping.ClipOperation
referenceLayer
Type: Easymap.AddIn.Mapping.MapLayer
keys
Type: System.Collections.Generic.List<Object>
zoomTo
Type: System.Boolean
Remarks
The the keys parameter contains the LayerElement keys of the referenceLayer. Individual clipping of child MapLayers will not be affected.
See Also