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


INAServerNetworkAttribute.UsageType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute Interface > INAServerNetworkAttribute.UsageType Property
ArcGIS Developer Help

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