References > Creo Schematics 4.0 API Guide > The Uiextension Package > Interface Create
  
Interface Create
The create interface provides methods to perform checking and modification during the pre- and post-stage of creating a new instance.
Public interface Create
extends UIExtension
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
preCreate
This method is called before an instance is created. The DBItem that is passed in is the prototype (catalog item version) of the item to be created.
public void preCreate(rsdesigner.design.DBItem item)
Throws: CreatePreException
postCreate
This method is called after an instance is created. The DBItem that is passed in is the instance that was just created.
public void postCreate(rsdesigner.design.DBItemitem)
Throws: CreatePostException
Methods Inherited
None