IExportContext2D.OnElementEnd2D
Method
Description:
This method marks the end of an element being exported.
This method marks the end of an element being 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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
node | ElementNode | An output node that represents an element. |
Return Value