Click or drag to resize

MapSetClip Method (ClipOperation, MapLayer, String, 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,
	ref string[] keys,
	bool zoomTo
)

Parameters

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