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


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

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

Name 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.

Classes that implement INACandidateFieldMap

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.