RVTDocs.com
Namespace: Autodesk.Revit.DB Interface: IExportContext

IExportContext.OnViewEnd

Method
Description:
This method marks the end of a 3D view being exported.
Syntax
void OnViewEnd(
	ElementId elementId
)
Parameters
Parameter Type Description
elementId ElementId The Id of the 3D view that has just been processed.
Return Value