ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityParams.ReturnCFRoutes Property

Indicates if the output CFRoutes recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnCFRoutes As Boolean
[C#]
public bool ReturnCFRoutes {get; set;}
[C++]
HRESULT get_ReturnCFRoutes(
  VARIANT_BOOL* ReturnCFRoutes
);
[C++]
HRESULT put_ReturnCFRoutes(
  VARIANT_BOOL ReturnCFRoutes
);
[C++]

Parameters

ReturnCFRoutes [out, retval]   ReturnCFRoutes is a parameter of type VARIANT_BOOL ReturnCFRoutes [in]   ReturnCFRoutes is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

ReturnCFRoutes specifies if the resulting CFRoute features are returned.

See Also

INAServerClosestFacilityParams Interface