| Library | Module | Frames | Expand |
| Sub | OnAfterModelCopy (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) | |
| The listener method called after successful execution of a copy command. | ||
| Sub | OnAfterModelCopyAll (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) | |
| This is the listener method called after successful copying of any model, (not just an explicit copy of a single model). | ||
| Sub | OnAfterModelDelete (Descr as IpfcModelDescriptor) | |
| This is the listener method called after successful deletion of a model. | ||
| Sub | OnAfterModelErase (Descr as IpfcModelDescriptor) | |
| This is the listener method called after successful erasing of a model. | ||
| Sub | OnAfterModelRename (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) | |
| This is the listener method called after successful renaming of a model. | ||
| Sub | OnAfterModelCopy | (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) |
|
The listener method called after successful execution of a copy command. This listener method is called only for models which are explicity copied, not for dependent models.
|
| Sub | OnAfterModelCopyAll | (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) |
|
This is the listener method called after successful copying of any model, (not just an explicit copy of a single model). For example, when copying an assembly and all the component parts in it, this method will be called once for each model copied.
|
| Sub | OnAfterModelDelete | (Descr as IpfcModelDescriptor) |
|
This is the listener method called after successful deletion of a model. This listener method is caled only for models which are explicitly deleted, not for dependent models. This listener method will only be invoked if the ModelActionListener is assigned to the Creo Parametric session. It may not be assigned to an individual model.
|
| Sub | OnAfterModelErase | (Descr as IpfcModelDescriptor) |
|
This is the listener method called after successful erasing of a model. This listener method is called only for models which are explicitly erased, not for dependent models. This listener method will only be invoked if the ModelActionListener is assigned to the Creo Parametric session. It may not be assigned to an individual model.
|
| Sub | OnAfterModelRename | (FromMdl as IpfcModelDescriptor, ToMdl as IpfcModelDescriptor) |
|
This is the listener method called after successful renaming of a model. This listener method is called only for models which are explicitly erased, not for dependent models.
|