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 > INAServerClosestFacilityResults Interface > INAServerClosestFacilityResults.Incidents Property (ArcObjects .NET 10.5 SDK) |
RecordSet of Incidents returned from the network analysis.
[Visual Basic .NET] Public ReadOnly Property Incidents As IRecordSet
[C#] public IRecordSet Incidents {get;}
[C++]
HRESULT get_Incidents(
IRecordSet** Incidents
);
[C++]
Parameters Incidents [out, retval]
Incidents is a parameter of type IRecordSet
Incidents returns an IRecordSet that holds the incidents used during analysis.