| Library | Module | Frames | Expand |
| Sub | OnAfterCopy (FromFeat as IpfcFeature, ToFeat as IpfcFeature, Type as IpfcFeatureCopyType) | |
| This is the listener method called after a successful feature copy. | ||
| Sub | OnAfterRegen (Feat as IpfcFeature) | |
| This is the notification function called after a feature has been regenerated. | ||
| Sub | OnAfterSuppress (Feat as IpfcFeature) | |
| This is the notification function called after a feature has been suppressed from a solid. | ||
| Sub | OnBeforeDelete (Feat as IpfcFeature) | |
| This is the action listener called before deleting a feature. | ||
| Sub | OnBeforeParameterCreate (Owner as IpfcFeature, Name as String, Value as IpfcParamValue) | |
| This is the notification function called before a parameter is created.
To abort parameter creation throw exception IpfcXCancelProEAction. |
||
| Sub | OnBeforeParameterDelete (Param as IpfcParameter) | |
| This is the listener method called before deleting a parameter.
To abort parameter delete operation throw exception IpfcXCancelProEAction. |
||
| Sub | OnBeforeParameterModify (Param as IpfcParameter, Value as IpfcParamValue) | |
| This is the notification function called before a parameter is modified.
To abort parameter modification throw exception IpfcXCancelProEAction. |
||
| Sub | OnBeforeRedefine (Feat as IpfcFeature) | |
| This is the notification function called before a feature is redefined. | ||
| Sub | OnBeforeRegen (Feat as IpfcFeature) | |
| This is the notification function called before a feature is regenerated. | ||
| Sub | OnBeforeSuppress (Feat as IpfcFeature) | |
| This is the notification function called before a feature is suppressed. | ||
| Sub | OnRegenFailure (Feat as IpfcFeature) | |
| This is the notification function called when a regeneration fails. | ||
| Sub | OnAfterCopy | (FromFeat as IpfcFeature, ToFeat as IpfcFeature, Type as IpfcFeatureCopyType) |
|
This is the listener method called after a successful feature copy.
|
| Sub | OnAfterRegen | (Feat as IpfcFeature) |
|
This is the notification function called after a feature has been regenerated.
|
| Sub | OnAfterSuppress | (Feat as IpfcFeature) |
|
This is the notification function called after a feature has been suppressed from a solid.
|
| Sub | OnBeforeDelete | (Feat as IpfcFeature) |
|
This is the action listener called before deleting a feature.
|
| Sub | OnBeforeParameterCreate | (Owner as IpfcFeature, Name as String, Value as IpfcParamValue) |
|
This is the notification function called before a parameter is created. To abort parameter creation throw exception IpfcXCancelProEAction.
|
| Sub | OnBeforeParameterDelete | (Param as IpfcParameter) |
|
This is the listener method called before deleting a parameter. To abort parameter delete operation throw exception IpfcXCancelProEAction.
|
| Sub | OnBeforeParameterModify | (Param as IpfcParameter, Value as IpfcParamValue) |
|
This is the notification function called before a parameter is modified. To abort parameter modification throw exception IpfcXCancelProEAction.
|
| Sub | OnBeforeRedefine | (Feat as IpfcFeature) |
|
This is the notification function called before a feature is redefined.
|
| Sub | OnBeforeRegen | (Feat as IpfcFeature) |
|
This is the notification function called before a feature is regenerated.
|
| Sub | OnBeforeSuppress | (Feat as IpfcFeature) |
|
This is the notification function called before a feature is suppressed.
|
| Sub | OnRegenFailure | (Feat as IpfcFeature) |
|
This is the notification function called when a regeneration fails.
|