Revit 2017.1 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: 17.0.0.0 (17.0.1090.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.