This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > IText3DElement Interface > IText3DElement.Text Property (ArcObjects .NET 10.4 SDK) |
The text string.
[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