IExportContextOnViewEnd Method

This method marks the end of a 3D view being exported.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void OnViewEnd(
	ElementId elementId
)

Parameters

elementId  ElementId
The Id of the 3D view that has just been processed.
See Also