ArcObjects Library Reference (NetworkAnalyst)  

INALocationAllocationSolver.TransformationParameter Property

Applies to the impedance transformation.

[Visual Basic .NET]
Public Property TransformationParameter As Double
[C#]
public double TransformationParameter {get; set;}
[C++]
HRESULT get_TransformationParameter(
  double* Value
);
[C++]
HRESULT put_TransformationParameter(
  double Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type double Value [in]   Value is a parameter of type double

Product Availability

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

Remarks

The TransformationParameter specifies the amount of scaling to be done on the distances computed between the facilities and demand points. It type of transformation to be applied is specified by the ImpedanceTransformation.

 

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)