ArcObjects Library Reference (NetworkAnalystUI)  

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

.NET Snippets

Clear NAClass