Overload | Description |
---|---|
CreateLayer<T>(LayerCreationParams,ILayerContainerEdit,LayerPosition) | Creates a new Layer instance using the specified LayerCreationParams and adds that to a container such as a map or 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. |
CreateLayer(Item,ILayerContainerEdit,Int32,String) | Overloaded. Creates a new Layer instance using the specified Item and adds that to a container such as a map or 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. |
CreateLayer(Item,ILayerContainerEdit,LayerPosition,String) | Overloaded. Creates a new Layer instance using the specified ItemInfoValue and adds that to a container such as a map or 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. |
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. |
CreateLayer(Uri,ILayerContainerEdit,LayerPosition,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. |
CreateLayer(CIMDataConnection,ILayerContainerEdit,Int32,String) | Overloaded. Create a new Layer instance using a CIMDefinition and adds that to a container such as a map or 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 |
CreateLayer(CIMDataConnection,ILayerContainerEdit,LayerPosition,String) | Overloaded. Create a new Layer instance using a CIMDefinition and adds that to a container such as a map or 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 |