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


INASolverSettings2.ResetHierarchyRangesOnBind Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_ResetHierarchyRangesOnBind(
  VARIANT_BOOL Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_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