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


INAClassCandidateFieldMap.CandidateFieldMaps Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAClassCandidateFieldMap.CandidateFieldMaps Property

Array of candidate field map objects.

[Visual Basic .NET]
Public Property CandidateFieldMaps As INACandidateFieldMap[]
[C#]
public INACandidateFieldMap[] CandidateFieldMaps {get; set;}
[C++]
HRESULT get_CandidateFieldMaps(
  Array* ppCandidateFieldMaps
);
[C++]
HRESULT put_CandidateFieldMaps(
  Array* ppCandidateFieldMaps
);
[C++]

Parameters ppCandidateFieldMaps [out, retval] ppCandidateFieldMaps is a parameter of type Array ppCandidateFieldMaps [in] ppCandidateFieldMaps is a parameter of type Array

Product Availability

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

Remarks

The CandidateFieldMaps property holds an array of NACandidateFieldMap objects that will be applied to the NAClass with the name specified by NAClassName.

See Also

INAClassCandidateFieldMap Interface