ArcGIS Pro 2.6 API Reference Guide
RasterMosaicOperatorType Enumeration

ArcGIS.Core.CIM Namespace : RasterMosaicOperatorType Enumeration
Raster mosaic operator type.
Syntax
public enum RasterMosaicOperatorType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum RasterMosaicOperatorType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Blend Blend.
First First.
Last Last.
Max Maximum.
Mean Mean.
Min Minimum.
Sum Sum.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.RasterMosaicOperatorType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace