|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INACompactStreetDirectionsContainer
Provides access to a container for compact driving directions.
The INACompactStreetDirectionsContainer interface provides access to the directions contents.
| Method Summary | |
|---|---|
INACompactStreetDirections |
getDirections(int index)
The route directions by index. |
int |
getDirectionsCount()
The count of routes for the generated directions. |
| Method Detail |
|---|
int getDirectionsCount()
throws IOException,
AutomationException
DirectionsCount returns the number of NACompactStreetDirections objects that were generated based on the number of routes passed in to INACompactStreetDirectionsAgent::Execute.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INACompactStreetDirections getDirections(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||