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


ITemplate.Setup Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ITemplate.Setup Method

Set up items needed by template.

[Visual Basic .NET]
Public Sub Setup ( _
    ByVal hDC As Integer, _
    ByVal Transformation As ITransformation, _
    ByVal lineSym As ILineSymbol _
)
[C#]
public void Setup (
    int hDC,
    ITransformation Transformation,
    ILineSymbol lineSym
);
[C++]
HRESULT Setup(
  long hDC,
  ITransformation* Transformation,
  ILineSymbol* lineSym
);
[C++]

Parameters hDC [in] hDC is a parameter of type long Transformation [in]
Transformation is a parameter of type ITransformation lineSym [in]
lineSym is a parameter of type ILineSymbol

Product Availability

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

See Also

ITemplate Interface