com.esri.arcgis.datasourcesfile
Interface ISMNetAttribute2

All Superinterfaces:
ISMNetAttribute, Serializable
All Known Implementing Classes:
ISMNetAttribute2Proxy, SMNetAttribute

public interface ISMNetAttribute2
extends ISMNetAttribute, Serializable

Provides access to network attribute usage type.

Product Availability

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


Method Summary
 int getUsageType()
          The network attribute usage type.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMNetAttribute
getName, getType
 

Method Detail

getUsageType

int getUsageType()
                 throws IOException,
                        AutomationException
The network attribute usage type. Returns an esriSMNetAttributeUsageType constant.

Product Availability

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

Returns:
A com.esri.arcgis.datasourcesfile.esriSMNetAttributeUsageType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.