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


INAServerClosestFacilityParams.ReturnCFRoutes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams Interface > INAServerClosestFacilityParams.ReturnCFRoutes Property
ArcGIS Developer Help

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(
  Boolean* ReturnCFRoutes
);
[C++]
Parameters
ReturnCFRoutes [in]

ReturnCFRoutes is a parameter of type bool ReturnCFRoutes [out, retval]
ReturnCFRoutes is a parameter of type 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