Repeat Regions
Functions Introduced:
Superseded Functions
ProDwgtableCellIsComment() indicates whether a cell in a repeat region contains a comment. ProDwgtableCellIsComment() is deprecated. Use the function ProTableCellIsComment() instead.
ProDwgtableCellComponentGet() returns the full path to the component referenced in a cell in a repeat region of a drawing table. However, this function does not return a valid path if the cell has the attribute NO DUPLICATE or NO DUPLICATE/LEVEL since there is no unique path available. In this case, use ProDwgtableCellRefmodelGet() to return the reference assembly and component referred to by the cell in a repeat region. This function differs fromProDwgtableCellComponentGet() such that it returns reference objects, even if the cell attribute is set to NO DUPLICATE or NO DUPLICATE/LEVEL.
The function ProDrawingTablesUpdate() updates repeat regions in all tables to account for changes to the model or models. It is equivalent to the Creo Parametric command Table,Repeat Region, or Update. The drawing must be displayed in the current window.
*You must call the function ProMdlDisplay() to display the drawing before using the function ProDrawingTablesUpdate().
Was this helpful?