com.esri.arcgis.datasourcesfile
Interface ISMNetAttribute

All Superinterfaces:
Serializable
All Known Subinterfaces:
ISMNetAttribute2
All Known Implementing Classes:
ISMNetAttribute2Proxy, ISMNetAttributeProxy, SMNetAttribute

public interface ISMNetAttribute
extends Serializable

Provides access to the network attribute properties.

Superseded By

ISMNetAttribute2

Description

Provides information about network attribute properties.

Product Availability

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


Method Summary
 String getName()
          The network attribute name.
 int getType()
          The network attribute type.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
The network attribute name.

Description

Contains the name of the network attribute property.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

int getType()
            throws IOException,
                   AutomationException
The network attribute type. Returns an esriSMNetAttributeType constant.

Description

Contains the type of the network attribute.

Product Availability

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

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