ESRI.ArcGIS.Mobile
SketchTool Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace : SketchTool Class


The following tables list the members exposed by SketchTool.

Public Properties

 NameDescription
Public PropertyActionInProgress Indicates if an action is in progress. (Inherited from MapAction)
Public PropertyActive Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction)
Public PropertyFeedbackCoordinate Gets the feedback coordinate for the construction module.  
Public PropertyFeedbackHaloColor Gets or sets the halo text color.  
Public PropertyFeedbackLineSymbol Gets or sets the part symbol.  
Public PropertyFeedbackTextColor Gets or sets the text color.  
Public PropertyFeedbackToleranceSymbol Gets or sets the feedback symbol for the tolerance. If the symbol contains VertexPaintOperations, it will set the symbol size to the tolerance.  
Public PropertyFeedbackVertexSymbol Gets or sets the feedback symbol for the vertex.  
Public PropertyFont Gets or sets the font use by text displayed by the SketchTool.  
Public PropertyMapGets or sets the map associated with this MapAction. (Inherited from MapAction)
Public PropertySketchGraphicLayer Gets/Sets the SketchMapAction  
Public PropertySketchToolName The visible name.  
Top

Protected Properties

 NameDescription
Protected PropertyCanDrawFeedback Indicates if all the conditions are reunited for the sketch tool to draw a feedback.  
Protected PropertyGeometry Gets the target geometry.  
Protected PropertyIsValid Indicates if the sketch tool is valid, the Map is defined and valid, and the Sketch is defined.  
Protected PropertySnappingEnvironment The sketch Snapping Environment.  
Protected PropertySnappingEnvironmentActive Returns true if the snapping environment is defined in the SketchMapAction.  
Protected PropertyUseSnappingEnvironment Indicates if the sketch tool should use the snap environment.  
Top

Public Methods

 NameDescription
Public MethodCancelCancels the map action, the map action will return to its initial state. (Inherited from MapAction)
Public MethodDisposeOverloaded.  Releases the unmanaged resources used by the Component and optionally releases the managed resources.  
Top

Protected Methods

 NameDescription
Protected MethodDrawFeedback Draws the feedback lines on the sketch.  
Protected MethodGetFirstAnchorCoordinate Gets the first anchor point coordinate for the feedback.  
Protected MethodGetSecondAnchorCoordinate Gets the second anchor point coordinate for the feedback.  
Protected MethodInvalidateMap Invalidates the Map attached to the sketch for the feedback position.  
Protected MethodOnActiveChangedOverridden.  Invoked when the Active property is set by the Map.  
Protected MethodOnActiveChangingInvoked when the Active property is about to change, raises StatusChanged event. (Inherited from MapAction)
Protected MethodOnMapDoubleClick Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction)
Protected MethodOnMapKeyDownOverridden.  Method invoked when the attached map raises the OnKeyDown event.  
Protected MethodOnMapKeyPress Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction)
Protected MethodOnMapKeyUp Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction)
Protected MethodOnMapMouseDoubleClick Method invoked when the attached map raises the MouseDoubleClick event. (Inherited from MapAction)
Protected MethodOnMapMouseDown Method invoked when the attached map raises the MouseDown event. (Inherited from MapAction)
Protected MethodOnMapMouseMove Method invoked when the attached map raises the MouseMove event. (Inherited from MapAction)
Protected MethodOnMapMouseUp Method invoked when the attached map raises the MouseUp event. (Inherited from MapAction)
Protected MethodOnMapMouseWheel Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction)
Protected MethodOnMapPaint Method invoked when the attached map raises the Paint event. (Inherited from MapAction)
Protected MethodOnSetMapOverridden.  Invoked when the Map is set on the MapAction.  
Protected MethodOnSketchSet Invoked when the sketch map action is attached to the SketchConstructionModule.  
Protected MethodOnStatusChanged Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction)
Protected MethodResetFeedbackCoordinate Reset the FeedbackCoordinate to it default value.  
Protected MethodSnapToNearestVertex Finds the nearest vertex in the geometry  
Top

Public Events

 NameDescription
Public EventStatusChanged Occurs when the MapAction state has changed. (Inherited from MapAction)
Top

See Also

© 2013 All Rights Reserved.