ArcObjects Library Reference (GeoDatabase)  

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