IExportContext.OnInstanceBegin
Description:
This method marks the start of processing of an instance node (e.g. a family instance).
This method marks the start of processing of an instance node (e.g. a family instance).
RenderNodeAction OnInstanceBegin(
InstanceNode node
)
-
node
Return Value
RenderNodeAction
Return RenderNodeAction.Skip if you wish to skip processing this family instance,
or return RenderNodeAction.Proceed otherwise.