|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMNetAttributesCollection
Deprecated as of 10.1. Provides access to the collection of network attributes.
This interface represents the collection of network attributes. Each member of the collection implements the ISMNetAttribute interface.
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 |
---|
int getCount() throws IOException, AutomationException
Returns the number of attributes in the network attributes collection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISMNetAttribute getItem(int position) throws IOException, AutomationException
position
- The position (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |