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: 25.0.0.0 (25.0.0.0)
Syntax
[FlagsAttribute]
public enum ObjectSnapTypes
Members
Member nameValueDescription
None0 Snaps to nothing.
Endpoints1 Snaps to the endpoint of an element or component.
Midpoints2 Snaps to the midpoint of an element or component.
Nearest4 Snaps to the nearest element or component.
WorkPlaneGrid8 Snaps to a work plane grid.
Intersections16 Snaps to intersections.
Centers32 Snaps to the center of an arc.
Perpendicular64 Snaps to perpendicular elements or components.
Tangents128 Snaps tangent to an arc.
Quadrants256 Snaps to quadrant points. For arcs, jump snaps are enabled.
Points512 Snaps to site points.
Remote1,024 Remote snaps to objects.
CoordinationModelPoints2,048 Snaps to Coordination Model points.
See Also