ArcObjects Library Reference (DefenseSolutions)  

IAttributeText2.Text Property

The actual text string to be drawn.

[Visual Basic .NET]
Public Property Text As String
[C#]
public string Text {get; set;}
[C++]
HRESULT get_Text(
  BSTR* pText
);
[C++]
HRESULT put_Text(
  BSTR pText
);
[C++]

Parameters

pText [out, retval]   pText is a parameter of type BSTR pText [in]   pText is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeText2 Interface