Click or drag to resize

MapLayerSetClip(ClipOperation, String) 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,
	ref string[] keys
)

Parameters

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