public MosaicLayer CreateMosaicLayer( Uri dataUri, ILayerContainerEdit mapOrGroupLayer, int index, string layerName, RasterColorizerDefinition colorizerDefinition )
Public Overloads Function CreateMosaicLayer( _ ByVal dataUri As Uri, _ ByVal mapOrGroupLayer As ILayerContainerEdit, _ ByVal index As Integer, _ Optional ByVal layerName As String, _ Optional ByVal colorizerDefinition As RasterColorizerDefinition _ ) As MosaicLayer
Parameters
- dataUri
- A System.Uri.
- mapOrGroupLayer
- A map or group layer to which the MosaicLayer 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.