This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassCandidateFieldMap Interface > INAClassCandidateFieldMap.NAClassName Property (ArcObjects .NET 10.5 SDK) |
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
NAClassName refers to the name of the NAClass that this NAClassCandidateFieldMap is referencing. The array of CandidateFieldMaps will be applied to this NAClass.