ESRI.ArcGIS.Mobile
OnSketchSet Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SketchTool Class : OnSketchSet Method

sketch
Invoked when the sketch map action is attached to the SketchConstructionModule.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnSketchSet( _
   ByVal sketch As SketchGraphicLayer _
) 
C# 
protected virtual void OnSketchSet( 
   SketchGraphicLayer sketch
)

Parameters

sketch

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also