The following tables list the members exposed by SketchTool.
Name | Description | |
---|---|---|
![]() | ActionInProgress | Indicates if an action is in progress. (Inherited from MapAction) |
![]() | Active | Indicates if the MapAction is active. When active the MapAction is receiving Map input events. (Inherited from MapAction) |
![]() | FeedbackCoordinate | Gets the feedback coordinate for the construction module. |
![]() | FeedbackHaloColor | Gets or sets the halo text color. |
![]() | FeedbackLineSymbol | Gets or sets the part symbol. |
![]() | FeedbackTextColor | Gets or sets the text color. |
![]() | FeedbackToleranceSymbol | Gets or sets the feedback symbol for the tolerance. If the symbol contains VertexPaintOperations, it will set the symbol size to the tolerance. |
![]() | FeedbackVertexSymbol | Gets or sets the feedback symbol for the vertex. |
![]() | Font | Gets or sets the font use by text displayed by the SketchTool. |
![]() | Map | Gets or sets the map associated with this MapAction. (Inherited from MapAction) |
![]() | SketchGraphicLayer | Gets/Sets the SketchMapAction |
![]() | SketchToolName | The visible name. |
Name | Description | |
---|---|---|
![]() | CanDrawFeedback | Indicates if all the conditions are reunited for the sketch tool to draw a feedback. |
![]() | Geometry | Gets the target geometry. |
![]() | IsValid | Indicates if the sketch tool is valid, the Map is defined and valid, and the Sketch is defined. |
![]() | SnappingEnvironment | The sketch Snapping Environment. |
![]() | SnappingEnvironmentActive | Returns true if the snapping environment is defined in the SketchMapAction. |
![]() | UseSnappingEnvironment | Indicates if the sketch tool should use the snap environment. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancels the map action, the map action will return to its initial state. (Inherited from MapAction) |
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
Name | Description | |
---|---|---|
![]() | DrawFeedback | Draws the feedback lines on the sketch. |
![]() | GetFirstAnchorCoordinate | Gets the first anchor point coordinate for the feedback. |
![]() | GetSecondAnchorCoordinate | Gets the second anchor point coordinate for the feedback. |
![]() | InvalidateMap | Invalidates the Map attached to the sketch for the feedback position. |
![]() | OnActiveChanged | Overridden. Invoked when the Active property is set by the Map. |
![]() | OnActiveChanging | Invoked when the Active property is about to change, raises StatusChanged event. (Inherited from MapAction) |
![]() | OnMapDoubleClick | Method invoked when the attached map raises the DoubleClick event. (Inherited from MapAction) |
![]() | OnMapKeyDown | Overridden. Method invoked when the attached map raises the OnKeyDown event. |
![]() | OnMapKeyPress | Method invoked when the attached map raises the KeyPress event. (Inherited from MapAction) |
![]() | OnMapKeyUp | Method invoked when the attached map raises the KeyUp event. (Inherited from MapAction) |
![]() | OnMapMouseDoubleClick | Method invoked when the attached map raises the MouseDoubleClick event. (Inherited from MapAction) |
![]() | OnMapMouseDown | Method invoked when the attached map raises the MouseDown event. (Inherited from MapAction) |
![]() | OnMapMouseMove | Method invoked when the attached map raises the MouseMove event. (Inherited from MapAction) |
![]() | OnMapMouseUp | Method invoked when the attached map raises the MouseUp event. (Inherited from MapAction) |
![]() | OnMapMouseWheel | Method invoked when the attached map raises the MouseWheel event. (Inherited from MapAction) |
![]() | OnMapPaint | Method invoked when the attached map raises the Paint event. (Inherited from MapAction) |
![]() | OnSetMap | Overridden. Invoked when the Map is set on the MapAction. |
![]() | OnSketchSet | Invoked when the sketch map action is attached to the SketchConstructionModule. |
![]() | OnStatusChanged | Raises the MapActionStatusChanged event with the given statusId. (Inherited from MapAction) |
![]() | ResetFeedbackCoordinate | Reset the FeedbackCoordinate to it default value. |
![]() | SnapToNearestVertex | Finds the nearest vertex in the geometry |
Name | Description | |
---|---|---|
![]() | StatusChanged | Occurs when the MapAction state has changed. (Inherited from MapAction) |