ElementReferenceType Enumeration
Element reference types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public enum ElementReferenceType
Visual Basic
Public Enumeration ElementReferenceType
Visual C++
public enum class ElementReferenceType

Members

Member nameDescription
REFERENCE_TYPE_NONEThe reference is to an element.
REFERENCE_TYPE_LINEARThe reference is to a curve or edge.
REFERENCE_TYPE_SURFACEThe reference is to a face or face region.
REFERENCE_TYPE_FOREIGNThe reference is to geometry or elements in linked Revit file.
REFERENCE_TYPE_INSTANCEThe reference is an instance of a symbol.
REFERENCE_TYPE_CUT_EDGEThe reference is to a face that was cut (where the original pick was made on the cut edge).
REFERENCE_TYPE_MESHThe reference is to a mesh.
REFERENCE_TYPE_SUBELEMENTThe reference is to a subelement.

See Also