Click or drag to resize

ClipOperation Enumeration

Specifies the clip operation

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum ClipOperation
Members
  Member nameValueDescription
Remove0 Remove specified clip.
Replace1 Replace specified clip.
Union2 Unify specified clip.
Intersection3 Intersect specified clip.
Inverse4 Inverse specified clip.
See Also