AssemblyEvents.OnNewOccurrence Event

Parent Object: AssemblyEvents

Description

Event that is fired whenever an occurrence is created.

Syntax

AssemblyEvents.OnNewOccurrence( DocumentObject As AssemblyDocument, Occurrence As ComponentOccurrence, BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
DocumentObject AssemblyDocument Input AssemblyDocument object that indicates the document in which the change occurred.
Occurrence ComponentOccurrence Input ComponentOccurrence object that was just created. Nothing in the kBefore case.
BeforeOrAfter EventTimingEnum Input EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) the occurrence is created.
Context NameValueMap Input NameValueMap object that can be used to determine the context of why the event fired.
HandlingCode HandlingCodeEnum Output HandlingCodeEnum that indicates how you are handling the event. The value of this argument is currently ignored for this event.

Version

Introduced in version 11