| Library | Module | Frames | Expand |
| /* readonly */ string | InstanceName | |
| The name of the instance. | ||
| /* readonly */ boolean | IsExtLocked | |
| If this is true, the instance is locked by external application. | ||
| boolean | IsLocked | |
| If this is true, the model is locked for modification. If this is false, the model is unlocked. | ||
| /* readonly */ pfcFaminstanceVerifyStatus | IsVerified | |
| Specifies the verification status of the instance. | ||
| pfcModel | CreateInstance () | |
| Regenerates and adds the instance model to memory. | ||
| void | Erase () | |
| Erases the specified instance model from memory. | ||
| /* readonly */ string | InstanceName |
|
The name of the instance. |
| /* readonly */ boolean | IsExtLocked |
|
If this is true, the instance is locked by external application. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified instance does not exist in the family table. |
| boolean | IsLocked |
|
If this is true, the model is locked for modification. If this is false, the model is unlocked. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified instance does not exist in the family table. |
| /* readonly */ pfcFaminstanceVerifyStatus | IsVerified |
|
Specifies the verification status of the instance. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified instance does not exist in the family table. |
| pfcModel | CreateInstance | () |
|
Regenerates and adds the instance model to memory. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven. pfcXToolkitCantOpen - Creo Parametric cannot regenerate the instance. The instance has been created but the failed features have been suppressed.
|
| void | Erase | () |
|
Erases the specified instance model from memory. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The specified instance model is not in session.
|