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


ITextPath2.SetupEx Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  long hDC,
  ITransformation* Transformation,
  ITextSymbol* textSym,
  BSTR Text,
  VARIANT charMetrics
);
[C++]

Parameters hDC [in] hDC is a parameter of type long 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