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


INAServerRecordSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRecordSet Interface
ArcGIS Developer Help

INAServerRecordSet Interface

Deprecated as of 10.0. Provides access to a RecordSet containing network locations.

Product Availability

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

Members

Name Description
Read/write property RecordSet The recordset containing the records to load into the analysis.

Classes that implement INAServerRecordSet

Classes Description
NAServerRecordSet Deprecated as of 10.0. A container for a RecordSet of network locations.

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

The INAServerRecordSet interface provides access to a RecordSet object representing network locations.

The NAServerRecordSet object that implements this interface can be passed in to any of the properties of the NAServerSolverParams objects that expect an INAServerLocations interface pointer (for example, Stops, Barriers, Facilities, or Incidents).

At a minimum, the RecordSet needs a shape field with a correct geometry type. You can also add fields to be used when loading the network locations. For example, if you specify the network location fields "SourceID" (int), "SourceOID" (int), "PosAlong" (double), and "SideOfEdge" (int), the values in these fields will specify the network location rather than perform a spatial search to determine the network location.

Any other fields can be added to the RecordSet and can be used when loading network locations. What fields map to NAClass fields is a function of INAServerSolverParams.NAClassCandidateFieldMaps.