The field names that will be used by default for the network analyst class.
[Visual Basic 6.0] Property CandidateFieldNames(
ByVal FieldName As String _
) As IStringArray
[Visual Basic .NET] Public Function get_CandidateFieldNames ( _ ByVal FieldName As String _ ) As IStringArray
[C#] public IStringArray get_CandidateFieldNames ( string FieldName );
[Java] public IStringArray getCandidateFieldNames ( String FieldName )
[C++] HRESULT get_CandidateFieldNames( BSTR FieldName, IStringArray** fieldNames );
Parameters
FieldName [in]
FieldName is a parameter of type BSTR
fieldNames [out, retval]
fieldNames is a parameter of type IStringArray
CandidateFieldNames returns an IStringArray that contains an array of field names that are used to provide hints to the NAClassFieldMap for how to map input fields to fields on the NAClass.
You can set the CandidateFieldNames on the INAClassDefinitionEdit interface.