Library | Module

Class pfcFamilyTableRow



Description

This class specifies a row in a family table.
Direct Parent Classes:
pfcObject



Property Summary

/* readonly */ stringInstanceName
The name of the instance.
/* readonly */ booleanIsExtLocked
If this is true, the instance is locked by external application.
booleanIsLocked
If this is true, the model is locked for modification. If this is false, the model is unlocked.
/* readonly */ pfcFaminstanceVerifyStatusIsVerified
Specifies the verification status of the instance.



Method Summary

pfcModelCreateInstance ()
Regenerates and adds the instance model to memory.
voidErase ()
Erases the specified instance model from memory.



Property Detail


/* readonly */ stringInstanceName

The name of the instance.




/* readonly */ booleanIsExtLocked

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.






booleanIsLocked

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 */ pfcFaminstanceVerifyStatusIsVerified

Specifies the verification status of the instance.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The specified instance does not exist in the family table.







Method Detail


pfcModelCreateInstance ()

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.


See Also:
pfcFamilyTableRow.Erase()
Returns:
The newly created instance



voidErase ()

Erases the specified instance model from memory.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The specified instance model is not in session.


See Also:
pfcFamilyTableRow.CreateInstance()