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


ITextPath2.SetupEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextPath2 Interface > ITextPath2.SetupEx Method
ArcGIS Developer Help

ITextPath2.SetupEx Method

Set up items needed by text path, including character metrics information.

[Visual Basic .NET]
Public Sub SetupEx ( _
    ByVal hDC As Integer, _
    ByVal Transformation As ITransformation, _
    ByVal textSym As ITextSymbol, _
    ByVal Text As String, _
    ByVal charMetrics As Object _
)
[C#]
public void SetupEx (
    int hDC,
    ITransformation Transformation,
    ITextSymbol textSym,
    string Text,
    object charMetrics
);
[C++]
HRESULT SetupEx(
  OLE_HANDLE hDC,
  ITransformation* Transformation,
  ITextSymbol* textSym,
  BSTR Text,
  VARIANT charMetrics
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE Transformation [in]
Transformation is a parameter of type ITransformation* textSym [in]
textSym is a parameter of type ITextSymbol* Text [in]
Text is a parameter of type BSTR charMetrics [in]
charMetrics is a parameter of type VARIANT

Product Availability

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

See Also

ITextPath2 Interface