Overload | Description |
---|---|
SetClipGeometry(Polygon,CIMLineSymbol) | Set map clipping to the provided clip polygon. This method must be called on the MCT. Use QueuedTask.Run. |
SetClipGeometry(Polygon,IEnumerable<Layer>,IEnumerable<ElevationSurfaceLayer>,CIMLineSymbol) | Set map clipping to the provided clip polygon. Specify layers or elevation surfaces to be excluded from the clipping operation. This method must be called on the MCT. Use QueuedTask.Run. |