IExportContext.OnElementEnd
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").
void OnElementEnd(
ElementId elementId
)
-
elementIdThe Id of the element that has just been processed.