This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolPositionInitializer Interface > IToolPositionInitializer.Initialize Method (ArcObjects .NET 10.5 SDK) |
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