Click or drag to resize

MapLayerSetClip(ClipOperation, IEnumerableLayerElement) 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,
	IEnumerable<LayerElement> elements
)

Parameters

op  ClipOperation
elements  IEnumerableLayerElement
Remarks
Use RemoveClip to inherit the Clip of the parent Map.
See Also