This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams Interface > INAServerClosestFacilityParams.Incidents Property (ArcObjects .NET 10.5 SDK) |
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
Incidents specifiesan instance of NAServerLocations class to take into account when solving a Closest Facility problem.