This method marks the beginning of an element to be exported.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
RenderNodeAction OnElementBegin2D( ElementNode node )
Parameters
- node ElementNode
- Node representing the element that is about to start being exported. Contains element ID and document.
Return Value
RenderNodeActionReturn RenderNodeAction.Skip if you wish to skip exporting this element, or return RenderNodeAction.Proceed otherwise.