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


ISketchTool.Location Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISketchTool Interface > ISketchTool.Location Property
ArcGIS Developer Help

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