|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMNetBarriersCollection
Provides access to the collection of network barriers.
Represents the collection of network barriers.
Note: Barriers are bound to the network and should not be confused with a stop or stop collection.
Method Summary | |
---|---|
void |
add(ISMNetBarrier pItem)
Adds a barrier to the collection. |
void |
clear()
Removes all barriers from the collection. |
void |
remove(int lID)
Removes a barrier with a specified ID from the collection. |
Method Detail |
---|
void add(ISMNetBarrier pItem) throws IOException, AutomationException
Adds the network barrier to the collection.
pItem
- A reference to a com.esri.arcgis.datasourcesfile.ISMNetBarrier (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int lID) throws IOException, AutomationException
Removes the network barrier from the collection.
lID
- The lID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
Removes all barriers from the collection.
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 |