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


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

INASolverSettings2.ResetHierarchyRangesOnBind Property

Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound.

[Visual Basic .NET]
Public Property ResetHierarchyRangesOnBind As Boolean
[C#]
public bool ResetHierarchyRangesOnBind {get; set;}
[C++]
HRESULT get_ResetHierarchyRangesOnBind(
  Boolean* Value
);
[C++]
HRESULT put_ResetHierarchyRangesOnBind(
  VARIANT_BOOL Value
);
[C++]
Parameters
Value [out, retval]

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

Product Availability

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

Remarks

ResetHierarchyRangesOnBind is deprecated and should no longer be used.

See Also

INASolverSettings2 Interface