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


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

ITextPath.Setup Method

Set up items needed by text path.

[Visual Basic .NET]
Public Sub Setup ( _
    ByVal hDC As Integer, _
    ByVal Transformation As ITransformation, _
    ByVal textSym As ITextSymbol _
)
[C#]
public void Setup (
    int hDC,
    ITransformation Transformation,
    ITextSymbol textSym
);
[C++]
HRESULT Setup(
  OLE_HANDLE hDC,
  ITransformation* Transformation,
  ITextSymbol* textSym
);
[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*

Product Availability

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

See Also

ITextPath Interface