ArcObjects Library Reference (NetworkAnalyst)  

INACandidateFieldMap Interface

Deprecated as of 10.0. Provides access to the default value and candidate fields for a field in an NAClass.

Product Availability

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

Members

Description
Read/write property CandidateFieldNames CandidateFieldNames for the field.
Read/write property DefaultValue Default value for the field.
Read/write property FieldName Name of the field.

CoClasses that implement INACandidateFieldMap

CoClasses and Classes Description
NACandidateFieldMap Deprecated as of 10.0. Field Map holding default value and candidate fields.

Remarks

INACandidateFieldMap is an interface on the NACandidateFieldMap object used to specify the default value and candidate field names for a particular field in an NAClass.  

An NAClassCandidateFieldMap object holds an array of NACandidateFieldMap objects. 

Within INAServer::Solve the information provided by INACandidateFieldMap is applied to an NAClassFieldMap object prior to loading network locations to specify the values of the network locations based on these default values and candidate fields.