This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextDrawSupport Interface > ITextDrawSupport.GetDrawText Method (ArcObjects .NET 10.4 SDK) |
Get text the way it will be drawn. Optionally gives the positions of drawn characters in the original string of characters.
[Visual Basic .NET] Public Sub GetDrawText ( _ ByVal origText As String, _ ByRef pParsedText As String, _ ByRef pPositions As Object _ )
[C#] public void GetDrawText ( string origText, ref string pParsedText, ref object pPositions );
[C++]
HRESULT GetDrawText(
BSTR origText,
BSTR* pParsedText,
VARIANT* pPositions
);
[C++]
Parameters origText [in] origText is a parameter of type BSTR pParsedText [out] pParsedText is a parameter of type BSTR pPositions [out] pPositions is a parameter of type VARIANT