| Revit Preview Release API |
| IModelExportContext..::..OnText Method |
| IModelExportContext Interface See Also |
This method is called when a text annoation object is being output.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016
Syntax
| C# |
|---|
void OnText( TextNode node ) |
| Visual Basic |
|---|
Sub OnText ( _ node As TextNode _ ) |
| Visual C++ |
|---|
void OnText( TextNode^ node ) |
Parameters
- node
- Type: Autodesk.Revit.DB..::..TextNode
An output node that represents a text annotation.