SnapExtensionsValue enumeration

SnapExtensionsValue enumeration

Specifies whether a specific snap extension setting is enabled or disabled for the active window. The value can be a sum of the values in the following table.

The SnapExtensionsValue type exposes the following members:

Fields

Field Description
SNAP_TO_NOTHING Snap to nothing.
SNAP_TO_ALIGNMENT_BOX_EXTENSION Snap to alignment box extension.
SNAP_TO_CENTER_AXIS_EXTENSION Snap to center axis extension.
SNAP_TO_CURVE_TANGENT_EXTENSION Snap to curve tangent extension.
SNAP_TO_END_POINT_EXTENSION Snap to end point extension.
SNAP_TO_MID_POINT_EXTENSION Snap to mid point extension.
SNAP_TO_LINEAR_EXTENSION Snap to linear extension.
SNAP_TO_CURVE_EXTENSION Snap to curve extension.
SNAP_TO_END_POINT_PERPENDICULAR_EXTENSION Snap to end point perpendicular extension.
SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSION Snap to mid point perpendicular extension.
SNAP_TO_END_POINT_HORIZONTAL_EXTENSION Snap to end point horizontal extension.
SNAP_TO_END_POINT_VERTICAL_EXTENSION Snap to end point vertical extension.
SNAP_TO_ELLIPSE_CENTER_EXTENSION Snap to ellipse center extension.
SNAP_TO_ISOMETRIC_ANGLES_EXTENSION Snap to isometric angles extension.
UNDEFINED Undefined.

See Also