IExportContext.OnElementEnd
Method
Description:
This method marks the end of an element being exported.
This method marks the end of an element being exported.
Remarks:
This method is never called for 2D export (see cref="Autodesk::Revit::DB::IExportContext2D").
This method is never called for 2D export (see cref="Autodesk::Revit::DB::IExportContext2D").
Parameters
Parameter | Type | Description |
---|---|---|
elementId | ElementId | The Id of the element that has just been processed. |
Return Value