Provides access to the description and geography of one item of driving directions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Provides information about one item in the driving directions collection.
Members
Description | ||
---|---|---|
Azimuth | The azimuth of the direction item. Returns an esriSMAzimuthType constant. | |
BoundBox | The geographic extent of the direction item. | |
DriveText | Formatted text descrbing the length and time of the direction item. | |
ItemType | The type of direction item. Returns an esriSMDirItemType constant. | |
Length | The length of the route part, in miles by default, corresponding to the direction item. | |
RoutePart | The route part number associated with a direction item. | |
Shape | A collection of points representing the shape of the direction item. | |
StreetName | The street name of the direction item. | |
Text | A string describing the direction item. | |
Time | The driving time of the route part corresponding to the direction item. | |
TurnAngle | The turn angle of the direction item. |
CoClasses that implement ISMDirItem
CoClasses and Classes | Description |
---|---|
SMDirItem | A description and geography of one item of driving directions. |
Remarks
The ISMDirItem interface provides detailed information about one item in the driving directions collection. This is the place the route path geography can be retrieved.