The type of reference to find from a ReferenceIntersector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FindReferenceTarget
Members
| Member name | Value | Description |
|---|
| All | 31 |
All target types.
|
| Curve | 8 |
A curve.
|
| Edge | 4 |
An edge.
|
| Element | 1 |
An element.
|
| Face | 16 |
A face.
|
| Mesh | 2 |
A mesh.
|
See Also
Reference