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