IntersectingElementData.IntersectingElementId Property

IntersectingElementDataIntersectingElementId Property

Id of the intersecting element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId IntersectingElementId { get; }
Public ReadOnly Property IntersectingElementId As ElementId
	Get
public:
property ElementId^ IntersectingElementId {
	ElementId^ get ();
}
member IntersectingElementId : ElementId with get

Property Value

ElementId
See Also