esriFeatureEditTool
Describes the feature creation tool associated with a template.
Value |
Description |
---|---|
esriFeatureEditToolAutoCompletePolygon |
Creates new polygons that share borders with existing polygons to form a continuous fabric. |
esriFeatureEditToolCircle |
Creates circles and can be associated with polygon or line based templates. |
esriFeatureEditToolEllipse |
Creates ellipses and can be associated with polygon or line based templates. |
esriFeatureEditToolFreehand |
Creates features by tracing mouse movements and can be associated with polygon or line based templates. |
esriFeatureEditToolLine |
Creates lines using point locations defined by mouse clicks. |
esriFeatureEditToolNone |
Returned in cases where these is no tool defined in the template (i.e. non-spatial tables). |
esriFeatureEditToolPoint |
Creates points using point locations defined by mouse clicks. |
esriFeatureEditToolPolygon |
Creates polygons using point locations defined by mouse clicks. |
esriFeatureEditToolRectangle |
Creates rectangles and can be associated with polygon or line based templates. |