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


ISMNetAttribute2.UsageType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMNetAttribute2.UsageType Property

The network attribute usage type. Returns an esriSMNetAttributeUsageType constant.

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

Parameters pVal [out, retval]
pVal is a parameter of type esriSMNetAttributeUsageType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISMNetAttribute2 Interface

.NET Samples

StreetMap routing (Code Files: RestrictionsForm)