This document is archived and information here might be outdated. Recommended version. |
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**
Incidents specifiesan instance of NAServerLocations class to take into account when solving a Closest Facility problem.