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


INAWindow.CategoryByNAClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalystUI > ESRI.ArcGIS.NetworkAnalystUI > Interfaces > IN > INAWindow Interface > INAWindow.CategoryByNAClassName Property
ArcGIS Developer Help

INAWindow.CategoryByNAClassName Property

The network analysis window category by NA class name.

[Visual Basic .NET]
Public Function get_CategoryByNAClassName ( _
    ByVal Name As String _
) As INAWindowCategory
[C#]
public INAWindowCategory get_CategoryByNAClassName (
    string Name
);

Product Availability

Available with ArcGIS Desktop. Requires Network Analyst Extension.

Remarks

CategoryByNAClassName returns the INAWindowCategory interface corresponding to the NAClass specified by the name parameter.

Below are the valid NAClass names per solver:


NARouteSolver
NAClosestFacilitySolver
NAServiceAreaSolver
NAODCostMatrixSolver
NAVRPSolver
NALocationAllocationSolver

See Also

INAWindow Interface