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


ISketchTool.Location Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ISketchTool.Location Property

The current location of the mouse.

[Visual Basic .NET]
Public ReadOnly Property Location As IPoint
[C#]
public IPoint Location {get;}

Product Availability

Available with ArcGIS Desktop.

Description

Read-only property. Returns the point location of the mouse.

Remarks

The Location Property can be used to determine whether the current location of the mouse is suitable for adding a point to the edit sketch.

See Also

ISketchTool Interface