Revit 2023 API |
IExportContext..::..OnLinkEnd Method |
IExportContext Interface See Also |
This method marks the end of a link instance being exported.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
void OnLinkEnd( LinkNode node ) |
Visual Basic |
---|
Sub OnLinkEnd ( _ node As LinkNode _ ) |
Visual C++ |
---|
void OnLinkEnd( LinkNode^ node ) |
Parameters
- node
- Type: Autodesk.Revit.DB..::..LinkNode
An output node that represents a Revit link.