Library | Module

Interface IpfcFamilyTableRow



Description

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



Property Summary

PropertyInstanceNameas String
The name of the instance.
PropertyIsExtLockedas Boolean
If this is true, the instance is locked by external application.
PropertyIsLockedas Boolean
If this is true, the model is locked for modification. If this is false, the model is unlocked.
PropertyIsVerifiedas IpfcFaminstanceVerifyStatus
Specifies the verification status of the instance.



Method Summary

FunctionCreateInstance () as IpfcModel
Regenerates and adds the instance model to memory.
SubErase ()
Erases the specified instance model from memory.



Property Detail


PropertyInstanceNameas String

The name of the instance.




PropertyIsExtLockedas Boolean

If this is true, the instance is locked by external application.

Exceptions thrown (but not limited to):

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






PropertyIsLockedas Boolean

If this is true, the model is locked for modification. If this is false, the model is unlocked.

Exceptions thrown (but not limited to):

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






PropertyIsVerifiedas IpfcFaminstanceVerifyStatus

Specifies the verification status of the instance.

Exceptions thrown (but not limited to):

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







Method Detail


FunctionCreateInstance () as IpfcModel

Regenerates and adds the instance model to memory.

Exceptions thrown (but not limited to):

IpfcXToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven.

IpfcXToolkitCantOpen - Creo Parametric cannot regenerate the instance. The instance has been created but the failed features have been suppressed.


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



SubErase ()

Erases the specified instance model from memory.

Exceptions thrown (but not limited to):

IpfcXToolkitNotFound - The specified instance model is not in session.


See Also:
IpfcFamilyTableRow.CreateInstance()