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


ISMDirItem.Text Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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(
  BSTR* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type BSTR

Product Availability

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

Description

Provides a description of the item.

See Also

ISMDirItem Interface