This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams Interface > INAServerClosestFacilityParams.ReturnCFRoutes Property (ArcObjects .NET 10.4 SDK) |
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
ReturnCFRoutes specifies if the resulting CFRoute features are returned.