ArcObjects Library Reference (NetworkAnalyst)  

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 Snippets

Set Location Allocation Properties

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Location-allocation solver (Code Files: frmLocationAllocationSolver)