This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections Interface > INetworkSourceDirections.StreetNameFields Property (ArcObjects .NET 10.5 SDK) |
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
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.