IExportContextOnInstanceBegin Method |
This method marks the start of processing of an instance node (e.g. a family instance).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxRenderNodeAction OnInstanceBegin(
InstanceNode node
)
Function OnInstanceBegin (
node As InstanceNode
) As RenderNodeAction
RenderNodeAction OnInstanceBegin(
InstanceNode^ node
)
abstract OnInstanceBegin :
node : InstanceNode -> RenderNodeAction
Parameters
- node InstanceNode
-
Return Value
RenderNodeAction
Return RenderNodeAction.Skip if you wish to skip processing this family instance,
or return RenderNodeAction.Proceed otherwise.
See Also