This document is archived and information here might be outdated.  Recommended version.


IStreetNameFields Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IStreetNameFields Interface
ArcGIS Developer Help

IStreetNameFields Interface

Provides access to a container for describing the street name fields used in generating driving directions.

Product Availability

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

Members

Name Description
Read/write property PrefixDirectionFieldName The field name used for prefix direction.
Read/write property PrefixTypeFieldName The field name used for prefix type.
Read/write property Priority The priority for when these street name fields are used.
Read/write property StreetNameFieldName The field name used for street name.
Read/write property SuffixDirectionFieldName The field name used for suffix direction.
Read/write property SuffixTypeFieldName The field name used for suffix type.

Classes that implement IStreetNameFields

Classes Description
StreetNameFields A container for describing street name fields used to generate driving directions.

Remarks

The IStreetNameFields interface provides access to properties for setting the collection of name fields used in the generation of directions.  Any number of IStreetNameFields can be associated with the INetworkSourceDirections interface.  This allows directions with alternate street names to be generated on an analysis result.

At a minimum, the StreetNameFieldName and Priority properties should be set on an IStreetNameFields object.