Overload | Description |
---|---|
CreateLayer<T>(LayerCreationParams,ILayerContainerEdit) | Creates a new Layer instance using the specified LayerCreationParams and adds that to a container such as a map or group layer. This method must be called on the MCT. Use QueuedTask.Run. |
CreateLayer(Uri,ILayerContainerEdit,Int32,String) | Creates a new Layer instance with the specified path to a dataset and adds it to a container such as a map or a group layer. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run. |