2024 Members
Changes 4
M

ReferenceIntersector

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ReferenceIntersector
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M Find(XYZ, XYZ) IList<ReferenceWithContext> Projects a ray from the origin along the given direction, and returns all references from intersected elements which match the ReferenceIntersector's criteria.
M FindNearest(XYZ, XYZ) nullNothingnullptr Projects a ray from the origin along the given direction, and returns the nearest reference from intersected elements which match the ReferenceIntersector's criteria.
M GetFilter() nullNothingnullptr Gets the ElementFilter used in intersection testing.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetTargetElementIds() The target ElementIds. Gets the set of ElementIds to test from in intersection testing.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M SetFilter(ElementFilter) None Sets the ElementFilter used in intersection testing.
M SetTargetElementIds(ICollection<ElementId>) None Sets the set of ElementIds to test from in intersection testing.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P FindReferencesInRevitLinks bool Determines if references inside Revit Links should be found.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TargetType FindReferenceTarget The type of reference to find.
P ViewId ElementId The id of the 3D view used for evaluation.