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


ISMDirItem.StreetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMDirItem Interface > ISMDirItem.StreetName Property
ArcGIS Developer Help

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