ArcObjects Library Reference (GeoDatabase)  

IShields Interface

Provides access to a container for refining directions with shields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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:

Members

Description
Method AddShield Adds a shield of the given type.
Read/write property CombinedFieldName The field name whose values contain the whole address description.
Method DeleteShield Deletes a shield by index.
Read/write property NumberFieldName The field name whose values contain the house number.
Read-only property ShieldCount The number of shields.
Read-only property ShieldDescription The shield description by index.
Read-only property ShieldType The shield type by index.
Read/write property TypeFieldName The field name whose values contain the street type.
Read/write property UseCombinedField Indicates if the combined field should be used for directions.

CoClasses that implement IShields

CoClasses and Classes Description
Shields A container for describing how driving directions are refined using shields.