This document is archived and information here might be outdated. Recommended version. |
Provides access to a container for refining directions with shields.
The IShields interface provides members that are used for refining Directions, by allow the specification of Shield information, such as the type and number of a highway. Unlike the network source level directions information, such as IStreetNameFields , only one set of Shields information can be specified for a network dataset. Shield information is not required for Directions generation.
If shield data exists for a network source, it can be in one of two forms:
Name | Description | |
---|---|---|
AddShield | Adds a shield of the given type. | |
CombinedFieldName | The field name whose values contain the whole address description. | |
DeleteShield | Deletes a shield by index. | |
NumberFieldName | The field name whose values contain the house number. | |
ShieldCount | The number of shields. | |
ShieldDescription | The shield description by index. | |
ShieldType | The shield type by index. | |
TypeFieldName | The field name whose values contain the street type. | |
UseCombinedField | Indicates if the combined field should be used for directions. |
Classes | Description |
---|---|
Shields | A container for describing how driving directions are refined using shields. |