![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolverSettings2 Interface > INASolverSettings2.ResetHierarchyRangesOnBind Property (ArcObjects .NET 10.5 SDK) |
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
ResetHierarchyRangesOnBind is deprecated and should no longer be used.