Specifies what type of geometry is to be created and the manner in which it is created.
Enumerator |
---|
AGSSketchCreationModeUnset | |
AGSSketchCreationModePoint | Create Point geometry.
|
AGSSketchCreationModeMultipoint | Create Multipoint geometry incrementally one vertex at a time.
|
AGSSketchCreationModePolyline | Create Polyline geometry incrementally one vertex at a time.
|
AGSSketchCreationModePolygon | Create Polygon geometry incrementally one vertex at a time.
|
AGSSketchCreationModeFreehandPolyline | Create Polyline geometry using a continuous freehand gesture.
|
AGSSketchCreationModeFreehandPolygon | Create Polygon geometry using a continuous freehand gesture.
|
AGSSketchCreationModeRectangle | Create Polygon geometry shaped as a rectangle. Use together with AGSSketchResizeModeUniform to create a square.
|
AGSSketchCreationModeEllipse | Create Polygon geometry shaped as an ellipse. Use together with AGSSketchResizeModeUniform to create a circle.
|
AGSSketchCreationModeTriangle | Create Polygon geometry shaped as a triangle.
|
AGSSketchCreationModeArrow | Create Polygon geometry shaped as an arrow.
|