ArcGIS Pro 2.6 API Reference Guide
esriNAImpedanceTransformationType Enumeration

ArcGIS.Core.CIM Namespace : esriNAImpedanceTransformationType Enumeration
Location-Allocation impedance transformation type
Syntax
public enum esriNAImpedanceTransformationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum esriNAImpedanceTransformationType 
   Inherits System.Enum
   Implements 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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace