This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams Interface > INAServerClosestFacilityParams.ReturnIncidents Property (ArcObjects .NET 10.4 SDK) |
Indicates if the output incidents recordset should be returned with the analysis results.
[Visual Basic .NET] Public Property ReturnIncidents As Boolean
[C#] public bool ReturnIncidents {get; set;}
[C++]
HRESULT get_ReturnIncidents(
VARIANT_BOOL* ReturnIncidents
);
[C++]
HRESULT put_ReturnIncidents(
VARIANT_BOOL ReturnIncidents
);
[C++]
Parameters ReturnIncidents [out, retval] ReturnIncidents is a parameter of type VARIANT_BOOL ReturnIncidents [in] ReturnIncidents is a parameter of type VARIANT_BOOL
ReturnIncidents specifies if the resulting Incident features are returned.