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: 26.0.4.0 (26.0.4.0)
Syntax
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