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


INAClassCandidateFieldMap.NAClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassCandidateFieldMap Interface > INAClassCandidateFieldMap.NAClassName Property
ArcGIS Developer Help

INAClassCandidateFieldMap.NAClassName Property

Name of the NAClass.

[Visual Basic .NET]
Public Property NAClassName As String
[C#]
public string NAClassName {get; set;}
[C++]
HRESULT get_NAClassName(
  System.String* Name
);
[C++]
HRESULT put_NAClassName(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Remarks

NAClassName refers to the name of the NAClass that this NAClassCandidateFieldMap is referencing.  The array of CandidateFieldMaps will be applied to this NAClass.

See Also

INAClassCandidateFieldMap Interface