ArcObjects Library Reference (DataSourcesFile)  

ISMDirItem.StreetName Property

The street name of the direction item.

[Visual Basic .NET]
Public ReadOnly Property StreetName As String
[C#]
public string StreetName {get;}
[C++]
HRESULT get_StreetName(
  BSTR* pbstrStreetName
);
[C++]

Parameters

pbstrStreetName [out, retval]   pbstrStreetName is a parameter of type BSTR

Product Availability

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

Description

Provides a street name to the corresponding item.

See Also

ISMDirItem Interface