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


INALocationAllocationSolver.TransformationParameter 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.TransformationParameter Property
ArcGIS Developer Help

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(
  System.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 Samples

Location-allocation solver ArcGIS Network Analyst extension Engine application