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


INetworkSourceDirections.StreetNameFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections Interface > INetworkSourceDirections.StreetNameFields Property
ArcGIS Developer Help

INetworkSourceDirections.StreetNameFields Property

The fields containing the street names used in reporting driving directions.

[Visual Basic .NET]
Public Property StreetNameFields As IArray
[C#]
public IArray StreetNameFields {get; set;}
[C++]
HRESULT get_StreetNameFields(
  IArray** Fields
);
[C++]
HRESULT putref_StreetNameFields(
  IArray* Fields
);
[C++]
Parameters
Fields [out, retval]

Fields is a parameter of type IArray** Fields [in]
Fields is a parameter of type IArray*

Product Availability

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

Remarks

The StreetNameFields property takes in an IArray object that contains one to many IStreetNameFields objects.  This property allows the specification of a primary name and many alternate names for edge sources.

See Also

INetworkSourceDirections Interface