This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITextElement Interface > ITextElement.Text Property (ArcObjects .NET 10.5 SDK) |
Text being displayed by this element.
[Visual Basic .NET] Public Property Text As String
[C#] public string Text {get; set;}
[C++]
HRESULT get_Text(
BSTR* Text
);
[C++]
HRESULT put_Text(
BSTR Text
);
[C++]
Parameters Text [out, retval] Text is a parameter of type BSTR Text [in] Text is a parameter of type BSTR
The Text property returns or sets the text string used displayed on the map. Use this property to manipulate the string associated with the TextElement.