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 | ||
---|---|---|
CandidateFieldNames | CandidateFieldNames for the field. | |
DefaultValue | Default value for the field. | |
FieldName | Name of the field. |
CoClasses that implement INACandidateFieldMap
CoClasses and Classes | Description |
---|---|
NACandidateFieldMap | 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.