ElementReferenceType Enumeration

Element reference types.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ElementReferenceType
Members
Member nameValueDescription
REFERENCE_TYPE_NONE0The reference is to an element.
REFERENCE_TYPE_LINEAR1The reference is to a curve or edge.
REFERENCE_TYPE_SURFACE2The reference is to a face or face region.
REFERENCE_TYPE_FOREIGN3The reference is to geometry or elements in linked Revit file.
REFERENCE_TYPE_INSTANCE4The reference is an instance of a symbol.
REFERENCE_TYPE_CUT_EDGE5The reference is to a face that was cut (where the original pick was made on the cut edge).
REFERENCE_TYPE_MESH6The reference is to a mesh.
REFERENCE_TYPE_SUBELEMENT7The reference is to a subelement.
See Also