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


IToolPositionInitializer.Initialize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IToolPositionInitializer.Initialize Method

Sets up the callback pointer for the callback interface to call through.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal pCaller As IToolPositionCallback, _
    ByVal lCookie As Integer _
)
[C#]
public void Initialize (
    IToolPositionCallback pCaller,
    int lCookie
);
[C++]
HRESULT Initialize(
  IToolPositionCallback* pCaller,
  long lCookie
);
[C++]

Parameters pCaller [in]
pCaller is a parameter of type IToolPositionCallback lCookie [in] lCookie is a parameter of type long

Product Availability

Available with ArcGIS Engine.

See Also

IToolPositionInitializer Interface