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


ISMDirItem.StreetName Property (ArcObjects .NET 10.6 SDK)
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(
void
);

Product Availability

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

Description

Provides a street name to the corresponding item.

See Also

ISMDirItem Interface