| Revit 2022 API |
| IExportContext..::..OnFaceEnd Method |
| IExportContext Interface See Also |
This method marks the end of the current face being exported.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2014
Syntax
| C# |
|---|
void OnFaceEnd( FaceNode node ) |
| Visual Basic |
|---|
Sub OnFaceEnd ( _ node As FaceNode _ ) |
| Visual C++ |
|---|
void OnFaceEnd( FaceNode^ node ) |
Parameters
- node
- Type: Autodesk.Revit.DB..::..FaceNode
An output node that represents a Face.