MapSetClip(ClipOperation, MapLayer, ListObject, Boolean) Method |
Set the clip for this map.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void SetClip(
ClipOperation op,
MapLayer referenceLayer,
List<Object> keys,
bool zoomTo
)
Public Sub SetClip (
op As ClipOperation,
referenceLayer As MapLayer,
keys As List(Of Object),
zoomTo As Boolean
)
Parameters
- op ClipOperation
-
- referenceLayer MapLayer
-
- keys ListObject
-
- zoomTo Boolean
-
Remarks
The the keys parameter contains the
LayerElement keys of the referenceLayer.
Individual clipping of child
MapLayers will not be affected.
See Also