API Documentation > Interfaces > Interface FamilyTableRow
Interface FamilyTableRow

package com.ptc.pfc.pfcFamily;

public interface
FamilyTableRow
extends
com.ptc.pfc.pfcObject.Object


Description
This class specifies a row in a family table.
Direct Known Subclasses:
Method Summary
Regenerates and adds the instance model to memory.
void
Erases the specified instance model from memory.
String
Get method for attribute "InstanceName"
The name of the instance.
boolean
Get method for attribute "IsExtLocked"
If this istrue, the instance is locked by external application.
boolean
Get method for attribute "IsLocked"
If this istrue, the model is locked for modification. If this isfalse, the model is unlocked.
Get method for attribute "IsVerified"
Specifies the verification status of the instance.
void
SetIsLocked (boolean value)
Set method for attribute "IsLocked"
If this istrue, the model is locked for modification. If this isfalse, the model is unlocked.
Method Detail
GetInstanceName
String
GetInstanceName
()
The name of the instance.
User Guide References:
GetIsLocked
boolean
GetIsLocked
()
SetIsLocked
void
SetIsLocked
(boolean 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):
XToolkitNotFound - The specified instance does not exist in the family table.
User Guide References:
GetIsVerified
GetIsVerified
()
Specifies the verification status of the instance.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance does not exist in the family table.
GetIsExtLocked
boolean
GetIsExtLocked
()
If this is true, the instance is locked by external application.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance does not exist in the family table.
CreateInstance
CreateInstance
()
Regenerates and adds the instance model to memory.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven.
XToolkitCantOpen - Creo Parametric cannot regenerate the instance. The instance has been created but the failed features have been suppressed.
See Also:
User Guide References:
Returns:
The newly created instance
Erase
void
Erase
()
Erases the specified instance model from memory.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified instance model is not in session.
See Also:
Returns:
Was this helpful?