Overload | Description |
---|---|
CreateMosaicLayer(Uri,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |
CreateMosaicLayer(Uri,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |
CreateMosaicLayer(CIMDataConnection,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |
CreateMosaicLayer(CIMDataConnection,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |
CreateMosaicLayer(Item,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |
CreateMosaicLayer(Item,ILayerContainerEdit,LayerPosition,String,RasterColorizerDefinition) | Creates a new MosaicLayer 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. |