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

IExportContextBase.OnText

Method
Description:
This method is called when a text annotation object is being output.
Syntax
void OnText(
	TextNode node
)
Parameters
Parameter Type Description
node TextNode An output node that represents a text annotation.
Return Value