com.esri.arcgis.controls
Interface IToolPositionInitializer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IToolPositionInitializerProxy

public interface IToolPositionInitializer
extends Serializable

Provides access to members that indicate where on a map or globe the user has clicked.

Product Availability

Available with ArcGIS Engine.


Method Summary
 void initialize(IToolPositionCallback pCaller, int lCookie)
          Sets up the callback pointer for the callback interface to call through.
 

Method Detail

initialize

void initialize(IToolPositionCallback pCaller,
                int lCookie)
                throws IOException,
                       AutomationException
Sets up the callback pointer for the callback interface to call through.

Product Availability

Available with ArcGIS Engine.

Parameters:
pCaller - A reference to a com.esri.arcgis.controls.IToolPositionCallback (in)
lCookie - The lCookie (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.