NAServerRecordSet

Base Type: NAServerLocations

A class that specifies a RecordSet containing features to load as network locations into an input network analysis class.

Property

Type

Description

RecordSet

RecordSet

The RecordSet to load as network locations.

Remarks

At a minimum, the RecordSet needs a shape field with the correct geometry type. You can also add additional fields that you wish 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 position on the network rather than performing a spatial search to determine the network location.

Any other fields can be added to the RecordSet and may be used when loading network locations. What input fields link to fields on the network analysis class is a function of the NAClassCandidateFieldMaps property on the NAServerSolverParams object.

2/28/2020