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


IStreetNameFields.StreetNameFieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IStreetNameFields.StreetNameFieldName Property

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

Product Availability

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

Remarks

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.

See Also

IStreetNameFields Interface