2024 Method
Changes 0
M

IExportContext2D.OnElementBegin2D

Description:
This method marks the beginning of an element to be exported.
Remarks:
For views having non-Wireframe display style, geometry of elements is output outside of view, instance and link begin/end brackets. Therefore the argument to this method is ElementNode that has both element ID and the host document.
RenderNodeAction OnElementBegin2D(
	ElementNode node
)
Return Value RenderNodeAction Return RenderNodeAction.Skip if you wish to skip exporting this element, or return RenderNodeAction.Proceed otherwise.