DividedSurface.GetAllIntersectionElements Method

DividedSurfaceGetAllIntersectionElements Method

Gets all intersection elements which produce division lines.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<ElementId> GetAllIntersectionElements()
Public Function GetAllIntersectionElements As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetAllIntersectionElements()
member GetAllIntersectionElements : unit -> ICollection<ElementId> 

Return Value

ICollectionElementId
The intersection elements.
See Also