ArcObjects Library Reference (Controls)  

IToolPositionCallback.MouseClicked Method

Controls the number of decimal places the editor reports numbers with.

ERROR: Syntax information about IToolPositionCallback.MouseClicked may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT MouseClicked(
  long lCookie,
  long button,
  long shift,
  long X,
  long Y,
  double mapX,
  double mapY,
  ISpatialReference* pSpace
);
[C++]

Parameters

lCookie [in]   lCookie is a parameter of type long button [in]   button is a parameter of type long shift [in]   shift is a parameter of type long X [in]   X is a parameter of type long Y [in]   Y is a parameter of type long mapX [in]   mapX is a parameter of type double mapY [in]   mapY is a parameter of type double pSpace [in]

  pSpace is a parameter of type ISpatialReference

Product Availability

Available with ArcGIS Engine.

See Also

IToolPositionCallback Interface