Geometry Construction Tool Type
An enumeration of available geometry construction tools in a shared template. Use the GeometryType property to determine whether to create a point, polyline, or polygon with this tool. See Point construction tools and Polyline and polygon construction tools for more information.
Since
300.0.0
Inheritors
Types
Creates a free-form polygon that automatically converts segments to a series of Bezier curves.
Creates a polygon adjoined to another polygon.
Creates a planar circular shape with a specified center and radius.
Creates a planar elliptical (oval) shape with a specified center and longest diameter.
Creates a free-form polyline that automatically converts segments to a series of Bezier curves.
Creates a polyline with multiple straight and curvilinear segments.
Creates a multipoint.
Creates a point.
Creates points at specified intervals along a line.
Creates a point with specified direction.
Creates a point at the end of a temporary line drawn using segment construction tools.
Creates an irregular polygon with straight and curvilinear segments.
Creates a series of two-point lines radiating from a common location.
Creates a planar rectangular shape.
Creates an equilateral polygon at a center point with a circumscribed radial distance.
Creates an equilateral polyline at a center point with a circumscribed radial distance.
Creates a polygon with straight line segments constrained to 90 degrees from each previous segment.
Creates a polyline with straight line segments constrained to 90 degrees from each previous segment.
Creates a line that splits another line where they intersect.
Creates a free-form polygon sketch with vertices at constant intervals.
Creates a free-form polyline sketch with vertices at constant intervals.
Creates continuous segments that follow another geometry with snapping enabled.
Creates a line that automatically completes once the second vertex is placed.
Creates a geometry with an unknown draw behavior.