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
- Stops
- Barriers
- PolylineBarriers
- PolygonBarriers
- Routes
NAClosestFacilitySolver
- Incidents
- Facilities
- Barriers
- PolylineBarriers
- PolygonBarriers
- CFRoutes
NAServiceAreaSolver
- Facilities
- Barriers
- PolylineBarriers
- PolygonBarriers
- SALines
- SAPolygons
NAODCostMatrixSolver
- Origins
- Destinations
- Barriers
- PolylineBarriers
- PolygonBarriers
- ODLines
NAVRPSolver
- Orders
- Depots
- Routes
- Breaks
- RouteRenewals
- RouteSeedPoints
- RouteZones
- OrderPairs
- Specialties
- Barriers
- PolylineBarriers
- PolygonBarriers
- DepotVisits
NALocationAllocationSolver
- Facilities
- DemandPoints
- Barriers
- PolylineBarriers
- PolygonBarriers
- LALines
See Also
INAWindow Interface