This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IStreetNameFields Interface > IStreetNameFields.StreetNameFieldName Property (ArcObjects .NET 10.4 SDK) |
The field name used for street name.
[Visual Basic .NET] Public Property StreetNameFieldName As String
[C#] public string StreetNameFieldName {get; set;}
[C++]
HRESULT get_StreetNameFieldName(
BSTR* Name
);
[C++]
HRESULT put_StreetNameFieldName(
BSTR Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR Name [in] Name is a parameter of type BSTR
The primary name for referring to a street in the directions. In order to associate other names with a particular street, create another IStreetNameFields object, associate the alterate name field with the StreetNameFieldName and set the priority to a value higher than the preceeding IStreetNameFields object.