ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / BACombinationMethod Enumeration
Version

BACombinationMethod Enumeration
Represents Suitability Analysis combination method.
Syntax
Members
MemberDescription
GeometricMean Geometric mean combination method to use the geometric mean of the weighted scores.
Mean Sum combination method, to use the mean (or average) of the weighted scores.
Product Product combination method to use the product of the weighted scores.
Sum Sum combination method, to sum the weighted scores.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also