ObjectSnapTypes Enumeration

This enumerated type contains object snap types allowed to be set during PickPoint operations.

Namespace: Autodesk.Revit.UI.Selection
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
[FlagsAttribute]
public enum ObjectSnapTypes
Members
Member nameValueDescription
Centers32 Snaps to the center of an arc.
CoordinationModelPoints2,048 Snaps to Coordination Model points.
Endpoints1 Snaps to the endpoint of an element or component.
Intersections16 Snaps to intersections.
Midpoints2 Snaps to the midpoint of an element or component.
Nearest4 Snaps to the nearest element or component.
None0 Snaps to nothing.
Perpendicular64 Snaps to perpendicular elements or components.
Points512 Snaps to site points.
Quadrants256 Snaps to quadrant points. For arcs, jump snaps are enabled.
Remote1,024 Remote snaps to objects.
Tangents128 Snaps tangent to an arc.
WorkPlaneGrid8 Snaps to a work plane grid.
See Also