Click or drag to resize

MapSetClip(ClipOperation, MapLayer, ListObject, Boolean) Method

Set the clip for this map.

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

Parameters

op  ClipOperation
 
referenceLayer  MapLayer
 
keys  ListObject
 
zoomTo  Boolean
 
Remarks
The the keys parameter contains the LayerElement keys of the referenceLayer. Individual clipping of child MapLayers will not be affected.
See Also