Click or drag to resize

MapLayerSetClip(ClipOperation, ListObject) Method

Set the clip for this layer.

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

Parameters

op  ClipOperation
keys  ListObject
List of Keys
Remarks
Use RemoveClip to inherit the Clip of the parent Map.
See Also