This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAVRPSolver Interface > INAVRPSolver.GenerateInternalRouteContext Property (ArcObjects .NET 10.4 SDK) |
Indicates if the internal route context should be generated.
[Visual Basic .NET] Public Property GenerateInternalRouteContext As Boolean
[C#] public bool GenerateInternalRouteContext {get; set;}
[C++]
HRESULT get_GenerateInternalRouteContext(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_GenerateInternalRouteContext(
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
The GenerateInternalRouteContext property is deprecated and should no longer be used.