This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACandidateFieldMap Interface (ArcObjects .NET 10.4 SDK) |
Deprecated as of 10.0. Provides access to the default value and candidate fields for a field in an NAClass.
Description | ||
---|---|---|
CandidateFieldNames | CandidateFieldNames for the field. | |
DefaultValue | Default value for the field. | |
FieldName | Name of the field. |
CoClasses and Classes | Description |
---|---|
NACandidateFieldMap | Deprecated as of 10.0. Field Map holding default value and candidate fields. |
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.