com.esri.arcgis.datasourcesfile
Interface ISMNetAttributesCollection

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISMNetAttributesCollectionProxy, SMNetAttributesCollection

public interface ISMNetAttributesCollection
extends Serializable

Provides access to the collection of network attributes.

Description

This interface represents the collection of network attributes. Each member of the collection implements the ISMNetAttribute interface.

Product Availability

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


Method Summary
 int getCount()
          The number of attributes in the collection.
 ISMNetAttribute getItem(int position)
          The network attribute at a specified index in the collection.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of attributes in the collection.

Description

Returns the number of attributes in the network attributes collection.

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.

getItem

ISMNetAttribute getItem(int position)
                        throws IOException,
                               AutomationException
The network attribute at a specified index in the collection.

Product Availability

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

Parameters:
position - The position (in)
Returns:
A reference to a com.esri.arcgis.datasourcesfile.ISMNetAttribute
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.