This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassCandidateFieldMap Interface > INAClassCandidateFieldMap.CandidateFieldMaps Property (ArcObjects .NET 10.4 SDK) |
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
The CandidateFieldMaps property holds an array of NACandidateFieldMap objects that will be applied to the NAClass with the name specified by NAClassName.