MapSetClip(ClipOperation, MapLayer, String, 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,
ref string[] keys,
bool zoomTo
)
Public Sub SetClip (
op As ClipOperation,
referenceLayer As MapLayer,
ByRef keys As String(),
zoomTo As Boolean
)
Parameters
- op ClipOperation
-
- referenceLayer MapLayer
-
- keys String
-
- zoomTo Boolean
-
Remarks
The the keys parameter contains the
LayerElement keys of the referenceLayer.
See Also