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


IText3DElement.Text Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IText3DElement.Text Property

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

Product Availability

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

See Also

IText3DElement Interface