ArcObjects Library Reference (DataSourcesFile)  

ISMNetAttribute.Type Property

The network attribute type. Returns an esriSMNetAttributeType constant.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSMNetAttributeType
[C#]
public esriSMNetAttributeType Type {get;}
[C++]
HRESULT get_Type(
  esriSMNetAttributeType* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriSMNetAttributeType

Product Availability

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

Description

Contains the type of the network attribute.

See Also

ISMNetAttribute Interface