ArcObjects Library Reference (NetworkAnalyst)  

INAVRPSolver.GenerateInternalRouteContext Property

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

Product Availability

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

Remarks

The GenerateInternalRouteContext property is deprecated and should no longer be used.

See Also

INAVRPSolver Interface