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


INAServerClosestFacilityParams.Incidents Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityParams.Incidents Property

RecordSet or array of PropertySets representing Incidents loaded as network locations during analysis.

[Visual Basic .NET]
Public Property Incidents As INAServerLocations
[C#]
public INAServerLocations Incidents {get; set;}
[C++]
HRESULT get_Incidents(
  INAServerLocations** Incidents
);
[C++]
HRESULT putref_Incidents(
  INAServerLocations* Incidents
);
[C++]

Parameters Incidents [out, retval]
Incidents is a parameter of type INAServerLocations Incidents [in]
Incidents is a parameter of type INAServerLocations

Product Availability

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

Remarks

Incidents specifiesan instance of NAServerLocations class to take into account when solving a Closest Facility problem.

See Also

INAServerClosestFacilityParams Interface