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

In This Topic
    esriNAImpedanceTransformationType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also