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

IExportContext.OnLinkEnd

Method
Description:
This method marks the end of a link instance being exported.
Syntax
void OnLinkEnd(
	LinkNode node
)
Parameters
Parameter Type Description
node LinkNode An output node that represents a Revit link.
Return Value