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


ISMDirItem.Text 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.Text Property
ArcGIS Developer Help

ISMDirItem.Text Property

A string describing the direction item.

[Visual Basic .NET]
Public ReadOnly Property Text As String
[C#]
public string Text {get;}
[C++]
HRESULT get_Text(
void
);

Product Availability

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

Description

Provides a description of the item.

See Also

ISMDirItem Interface