API Documentation > Interface Classes > Class pfcFamilyTableRow
Class pfcFamilyTableRow

# include <pfcFamily.h>

class
pfcFamilyTableRow
: public virtual
pfcObject
{
xaideclare(pfcFamilyTableRow)
...
};


Description
This class specifies a row in a family table.
Manual References:
Direct Known Subclasses:
Method Summary
Regenerates and adds the instance model to memory.
void
Erases the specified instance model from memory.
The name of the instance.
If this is true, the instance is locked by external application.
void
If this is true, the model is locked for modification. If this is false, the model is unlocked.
Specifies the verification status of the instance.
Method Detail
GetInstanceName
()
The name of the instance.
Manual References:
GetIsLocked
()
void
SetIsLocked
(xbool value)
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.
Manual References:
Specifies the verification status of the instance.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The specified instance does not exist in the family table.
GetIsExtLocked
()
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.
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.
See Also:
Manual References:
Returns:
The newly created instance
void
Erase
()
Erases the specified instance model from memory.
Exceptions thrown (but not limited to):
pfcXToolkitNotFound - The specified instance model is not in session.
See Also:
Returns:
Was this helpful?