Click or drag to resize

MapSetClip Method (ClipOperation, MapLayer, ListObject, Boolean)

Set the clip for this map.

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

Parameters

op
Type: Easymap.AddIn.MappingClipOperation
referenceLayer
Type: Easymap.AddIn.MappingMapLayer
keys
Type: System.Collections.GenericListObject
zoomTo
Type: SystemBoolean
Remarks
The the keys parameter contains the LayerElement keys of the referenceLayer. Individual clipping of child MapLayers will not be affected.
See Also