This method marks the end of processing of an Instance Node (e.g. a family instance).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2014
Syntax
| C# |
|---|
void OnInstanceEnd( InstanceNode node ) |
| Visual Basic |
|---|
Sub OnInstanceEnd ( _ node As InstanceNode _ ) |
| Visual C++ |
|---|
void OnInstanceEnd( InstanceNode^ node ) |
Parameters
- node
- Type: Autodesk.Revit.DB..::..InstanceNode
An output node that represents a family instance.