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


ISMNetAttribute.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetAttribute Interface > ISMNetAttribute.Type Property
ArcGIS Developer Help

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(
void
);

Product Availability

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

Description

Contains the type of the network attribute.

See Also

ISMNetAttribute Interface