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


INAServerNetworkAttribute.UsageType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkAttribute.UsageType Property

Usage type of this network attribute.

[Visual Basic .NET]
Public ReadOnly Property UsageType As esriNetworkAttributeUsageType
[C#]
public esriNetworkAttributeUsageType UsageType {get;}
[C++]
HRESULT get_UsageType(
  esriNetworkAttributeUsageType* UsageType
);
[C++]

Parameters UsageType [out, retval]
UsageType is a parameter of type esriNetworkAttributeUsageType

Product Availability

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

Remarks

UsageType specfies the esriNetworkAttributeUsageType of the network attribute.  Valid values include cost, descriptor, restriction, and hierarchy.

See Also

INAServerNetworkAttribute Interface