ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkAttribute Interface

Provides access to properties that describe a network attribute.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Description
Read-only property DataType Type of data used in this network attribute.
Read-only property Name Name of this network attribute.
Read-only property ParameterNames Collection of parameter names for this network attribute.
Read-only property Units Units of this network attribute.
Read-only property UsageType Usage type of this network attribute.

CoClasses that implement INAServerNetworkAttribute

CoClasses and Classes Description
NAServerNetworkAttribute A container for network attribute.

Remarks

The INAServerNetworkAttribute interface is used to access the properties of a network attribute within NAServer.

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |