Library | Module

Interface IpfcXCancelProEAction



Description

This exception should be thrown by the application during a IpfcActionListener method in order to cancel a Creo Parametric event.
See Also:
IpfcSessionActionListener.OnBeforeModelCopy(), IpfcSessionActionListener.OnBeforeModelDelete(), IpfcSessionActionListener.OnBeforeModelErase(), IpfcSessionActionListener.OnBeforeModelPurge(), IpfcSessionActionListener.OnBeforeModelRename(), IpfcSessionActionListener.OnBeforeModelSave(), IpfcModelActionListener.OnBeforeParameterCreate(), IpfcModelActionListener.OnBeforeParameterDelete(), IpfcModelActionListener.OnBeforeParameterModify(), IpfcFeatureActionListener.OnBeforeDelete(), IpfcFeatureActionListener.OnBeforeParameterCreate(), IpfcFeatureActionListener.OnBeforeParameterDelete(), IpfcFeatureActionListener.OnBeforeRedefine(), IpfcFeatureActionListener.OnBeforeSuppress()
Direct Parent Classes:
IpfcXPFC



Method Summary

SubCCpfcXCancelProEAction.Throw ()
Call this method from the body of an appropriate IpfcActionListener method to cancel the impending Creo Parametric operation.



Method Detail


SubCCpfcXCancelProEAction.Throw ()

Call this method from the body of an appropriate IpfcActionListener method to cancel the impending Creo Parametric operation.
See Also:
IpfcSessionActionListener.OnBeforeModelCopy(), IpfcSessionActionListener.OnBeforeModelDelete(), IpfcSessionActionListener.OnBeforeModelErase(), IpfcSessionActionListener.OnBeforeModelPurge(), IpfcSessionActionListener.OnBeforeModelRename(), IpfcSessionActionListener.OnBeforeModelSave(), IpfcModelActionListener.OnBeforeParameterCreate(), IpfcModelActionListener.OnBeforeParameterDelete(), IpfcModelActionListener.OnBeforeParameterModify(), IpfcFeatureActionListener.OnBeforeDelete(), IpfcFeatureActionListener.OnBeforeParameterCreate(), IpfcFeatureActionListener.OnBeforeParameterDelete(), IpfcFeatureActionListener.OnBeforeRedefine(), IpfcFeatureActionListener.OnBeforeSuppress()