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

FieldDescription
SNAP_TO_NOTHINGSnap to nothing.
SNAP_TO_ALIGNMENT_BOX_EXTENSIONSnap to alignment box extension.
SNAP_TO_CENTER_AXIS_EXTENSIONSnap to center axis extension.
SNAP_TO_CURVE_TANGENT_EXTENSIONSnap to curve tangent extension.
SNAP_TO_END_POINT_EXTENSIONSnap to end point extension.
SNAP_TO_MID_POINT_EXTENSIONSnap to mid point extension.
SNAP_TO_LINEAR_EXTENSIONSnap to linear extension.
SNAP_TO_CURVE_EXTENSIONSnap to curve extension.
SNAP_TO_END_POINT_PERPENDICULAR_EXTENSIONSnap to end point perpendicular extension.
SNAP_TO_MID_POINT_PERPENDICULAR_EXTENSIONSnap to mid point perpendicular extension.
SNAP_TO_END_POINT_HORIZONTAL_EXTENSIONSnap to end point horizontal extension.
SNAP_TO_END_POINT_VERTICAL_EXTENSIONSnap to end point vertical extension.
SNAP_TO_ELLIPSE_CENTER_EXTENSIONSnap to ellipse center extension.
SNAP_TO_ISOMETRIC_ANGLES_EXTENSIONSnap to isometric angles extension.
UNDEFINEDUndefined.

See Also