Click or drag to resize

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

Parameters

op  ClipOperation
 
referenceLayer  MapLayer
 
keys  String
 
zoomTo  Boolean
 
Remarks
The the keys parameter contains the LayerElement keys of the referenceLayer.
See Also