Overload | Description |
---|---|
SetCamera(Camera) | Sets the map page extent to a camera position. This method must be called on the MCT. Use QueuedTask.Run. |
SetCamera(Bookmark) | Sets the map page extent defined in a bookmark. This method must be called on the MCT. Use QueuedTask.Run. |
SetCamera(Envelope) | Sets the map page extent using an envelope. This method must be called on the MCT. Use QueuedTask.Run. |
SetCamera(IEnumerable<Layer>) | Sets the map page extent using the extent of multiple layers. This method must be called on the MCT. Use QueuedTask.Run. |
SetCamera(Layer) | Sets the map page extent using the layer's extent. This method must be called on the MCT. Use QueuedTask.Run. |