ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR* 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