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


INAServerClosestFacilityParams.Incidents 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.Incidents Property
ArcGIS Developer Help

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 [in]

Incidents is a parameter of type INAServerLocations* Incidents [out, retval]
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