Share

IExportContext.OnElementEnd Method

This method marks the end of an element being exported.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

void OnElementEnd(
	ElementId elementId
)

Parameters

elementId  ElementId
The Id of the element that has just been processed.

Remarks

This method is never called for 2D export (see cref="Autodesk::Revit::DB::IExportContext2D").

See Also

Reference

Was this information helpful?