Share

ObjectType Enumeration

This enumerated type contains object types allowed to be selected during selection operations.


Namespace: Autodesk.Revit.UI.Selection
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum ObjectType

Members

Member nameValueDescription
Edge3 Any model edge.
Element1 Whole element.
Face4 Any face.
LinkedElement5 Elements in linked RVT files.
Nothing0 Nothing.
PointOnElement2 Any point on an element (on a face or curve).
Subelement6 Whole element or subelement.

See Also

Reference

Was this information helpful?