Overload | Description |
---|---|
CreateRasterLayer(Uri,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using a System.Uri and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateRasterLayer(Uri,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using a System.Uri and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer, respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateRasterLayer(CIMDataConnection,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using a ArcGIS.Core.CIM.CIMDataConnection and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer, respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateRasterLayer(CIMDataConnection,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using a ArcGIS.Core.CIM.CIMDataConnection and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer, respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateRasterLayer(Item,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using a ArcGIS.Desktop.Core.Item and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer, respectively. This method must be called on the MCT. Use QueuedTask.Run. |
CreateRasterLayer(Item,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new BasicRasterLayer using an ArcGIS.Desktop.Core.Item and adds it to a container such as a map or a group layer. Optionally you can provide a name and a RasterColorizerDefinition to override the default display name and ArcGIS.Core.CIM.CIMRasterColorizer, respectively. This method must be called on the MCT. Use QueuedTask.Run. |