ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Core.CIM Namespace / esriNAImpedanceTransformationType Enumeration
Version

esriNAImpedanceTransformationType Enumeration
Location-Allocation impedance transformation type
Syntax
public enum esriNAImpedanceTransformationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
esriNAITTExponential Distance between two points will be scaled according to an exponent using a transformation parameter (e.g. distance(i,j) = e^(parameter*distance(i,j))
esriNAITTLinear Distance between two points will be scaled linearly using a transformation parameter. (e.g. distance(i,j) = parameter*distance(i,j)
esriNAITTPower Distance between two points will be scaled according to a power using a transformation parameter (e.g. distance(i,j) = distance(i,j)^parameter
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.0 or higher.
See Also