Overload | Description |
---|---|
Export(ExportFormat) | Export a mapview to a variety of formats. The current camera position is used when exporting the view. This method must be called on the MCT. Use QueuedTask.Run. |
Export(ExportFormat,Camera) | Export a mapview to a variety of formats. This method must be called on the MCT. Use QueuedTask.Run. |
Export(ExportFormat,Envelope) | Export a mapview to a variety of formats. This method must be called on the MCT. Use QueuedTask.Run. |