ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityParams.ReturnIncidents Property

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

Product Availability

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

Remarks

ReturnIncidents specifies if the resulting Incident features are returned.

See Also

INAServerClosestFacilityParams Interface