MapLayerSetClip(ClipOperation, IEnumerableLayerElement) Method |
Set the clip for this layer.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void SetClip(
ClipOperation op,
IEnumerable<LayerElement> elements
)
Public Sub SetClip (
op As ClipOperation,
elements As IEnumerable(Of LayerElement)
)
Parameters
- op ClipOperation
- elements IEnumerableLayerElement
Remarks
See Also