Provides access to members that access and manipulate the edit sketch.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
AddPoint | Adds a point to the edit sketch. If allowUndo is true, a new operation will be created. | |
ClearSelectedVertices | Clears selected vertices. | |
ClearWYSIWYGSketchSymbol | Clears the WYSIWYG Sketch symbol and its properties. | |
CurrentZ | Current Z value for the edit sketch. | |
EditSketchExtension | The current edit sketch extension. | |
FinishSketch | Completes the current edit sketch. | |
FinishSketchPart | Completes a part for the current edit sketch. | |
Geometry | Geometry stored in the edit sketch. | |
GeometryType | Type of the geometry stored in the edit sketch. | |
IsVertexSelected | Is a vertex selected. | |
LastPoint | The last point in the edit sketch. | |
MAware | Indicates if the edit sketch geometry will contain Ms. | |
ModifySketch | Call to notify listeners that the sketch has been changed. | |
Part | The index of the current part of the sketch. | |
PartComplete | Indicates whether FinishPart has been called on the edit sketch. | |
RefreshSketch | Invalidates the portion of the display that is occupied by the sketch. | |
Segment | The index of the current segment of the sketch. | |
SelectedVertexCount | The number of selected vertices. | |
SelectVertex | Selects a vertex. | |
SetWYSIWYGSketchSymbol | The WYSIWYG Sketch symbol and its properties. | |
ShapeConstructor | The currently activated Shape Constructor. | |
SketchSymbolIsWYSIWYG | Indicates whether the sketch symbol is WYSIWYG. | |
SketchSymbolRespectsRefScale | Indicates whether the sketch symbol should respect the map's reference scale. | |
UnselectVertex | Unselects a vertex. | |
Vertex | The index of the current vertex of the sketch. | |
VertexAdded | Call to notify listeners that a sketch vertex has been added. | |
VertexDeleted | Call to notify listeners that a sketch vertex has been deleted. | |
VertexMoved | Call to notify listeners that a sketch vertex has been moved. | |
WYSIWYGSketchSymbol | The WYSIWYG symbol for the sketch. | |
ZAware | Indicates if the edit sketch geometry will contain Zs. |
Inherited Interfaces
Interfaces | Description |
---|---|
IEditSketch2 | Provides access to members that access and manipulate the edit sketch. |
IEditSketch | Provides access to members that access and manipulate the edit sketch. |
CoClasses that implement IEditSketch3
CoClasses and Classes | Description |
---|---|
Editor | The Object Editor Extension. |
Remarks
IEditSketch3 extends the functionality available on IEditSketch2 to support alternative methods for adding geometries to the edit sketch, and provides mechanisms to ensure the edit sketch geometry has appropriate z-values. Use this interface when manipulating or capturing z-aware features when you want to control the method of z-value assignment.