User's Guide > Drawings > Drawing Tables > Repeat Regions
Repeat Regions
Methods Introduced:
The method pfcTable::IsCommentCell tells you whether a cell in a repeat region contains a comment.
The method pfcTable::GetCellComponentModel returns the path to the assembly component model that is being referenced by a cell in a repeat region of a drawing table. It does not return a valid path if the cell attribute is set to NO DUPLICATE or NO DUPLICATE/LEVEL.
The method pfcTable::GetCellReferenceModel returns the reference component that is being referred to by a cell in a repeat region of a drawing table, even if cell attribute is set to NO DUPLICATE or NO DUPLICATE/LEVEL.
The method pfcTable::GetCellTopModel returns the top model that is being referred to by a cell in a repeat region of a drawing table, even if cell attribute is set to NO DUPLICATE or NO DUPLICATE/LEVEL.
Use the method pfcTableOwner::UpdateTables to update the repeat regions in all the tables to account for changes to the model. It is equivalent to the command Table, Repeat Region, Update.
Was this helpful?