This document is archived and information here might be outdated.  Recommended version.


INALocationAllocationSolver.ImpedanceTransformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationAllocationSolver Interface > INALocationAllocationSolver.ImpedanceTransformation Property
ArcGIS Developer Help

INALocationAllocationSolver.ImpedanceTransformation Property

Determines which formula will modify the impedance.

[Visual Basic .NET]
Public Property ImpedanceTransformation As esriNAImpedanceTransformationType
[C#]
public esriNAImpedanceTransformationType ImpedanceTransformation {get; set;}
[C++]
HRESULT get_ImpedanceTransformation(
  esriNAImpedanceTransformationType* Value
);
[C++]
HRESULT put_ImpedanceTransformation(
  esriNAImpedanceTransformationType Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type esriNAImpedanceTransformationType* Value [in]
Value is a parameter of type esriNAImpedanceTransformationType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The ImpedanceTransformation specifies the type of scaling to be performed on the results of the OD Cost Matrix computed between the facilities and the demand points. The options for the distance scaling are linear, power and exponential and they can be specified by using the esriNAImpedanceTransformationType enum.

The amount of scaling for each transformation is specified by the TransformationParameter.

See Also

INALocationAllocationSolver Interface

.NET Samples

Location-allocation solver ArcGIS Network Analyst extension Engine application