com.esri.arcgis.datasourcesfile
Interface ISMNetAttribute2
- All Superinterfaces:
- ISMNetAttribute, Serializable
- All Known Implementing Classes:
- ISMNetAttribute2Proxy, SMNetAttribute
public interface ISMNetAttribute2
- extends ISMNetAttribute, Serializable
Deprecated as of 10.1. 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. |
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.