Overload | Description |
---|---|
CreateLayers(IEnumerable<Uri>,ILayerContainerEdit,Int32) | Creates a readonly list of new Layer instances for each of the specified dataset paths and adds them to a container such as a map. This method must be called on the MCT. Use QueuedTask.Run. |
CreateLayers(BulkLayerCreationParams,ILayerContainerEdit) | Creates a readonly list of new Layer instances using the specified BulkLayerCreationParams and adds it to a container such as a map. This method must be called on the MCT. Use QueuedTask.Run. |