ArcGIS Pro 2.9 API Reference Guide
CreateRasterLayer(Uri,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) Method

ArcGIS.Desktop.Mapping Namespace > LayerFactory Class > CreateRasterLayer Method : CreateRasterLayer(Uri,ILayerContainerEdit,Int32,String,RasterColorizerDefinition) Method
A System.Uri.
A map or group layer to which the BasicRasterLayer will be added.
The index of the layer in the map or group layer.
(Optional) A name to override the default display name of the layer.
(Optional) A RasterColorizerDefinition to override the default ArcGIS.Core.CIM.CIMRasterColorizer of the layer.
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.
Syntax

Parameters

dataUri
A System.Uri.
mapOrGroupLayer
A map or group layer to which the BasicRasterLayer will be added.
index
The index of the layer in the map or group layer.
layerName
(Optional) A name to override the default display name of the layer.
colorizerDefinition
(Optional) A RasterColorizerDefinition to override the default ArcGIS.Core.CIM.CIMRasterColorizer of the layer.

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayerFactory Class
LayerFactory Members
Overload List