IExportContextOnInstanceEnd Method

This method marks the end of processing of an Instance Node (e.g. a family instance).

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
void OnInstanceEnd(
	InstanceNode node
)

Parameters

node  InstanceNode
An output node that represents a family instance.
See Also