This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute Interface > INAServerNetworkAttribute.UsageType Property (ArcObjects .NET 10.4 SDK) |
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
UsageType specfies the esriNetworkAttributeUsageType of the network attribute. Valid values include cost, descriptor, restriction, and hierarchy.