Arbortext Command Language > Functions by Alphabetical Listing > tbl_model_id
  
tbl_model_id
tmid = tbl_model_id (name[, doc])
This function returns the table model ID (tmid) corresponding to the table model name (OASIS Exchange, ATI, or HTML) for the document specified by doc. If doc is omitted or 0, the current document is used.
If name is a null string, the primary table model configured for the document is used.
The tbl_model_id function returns -1 if no tables are configured for the document.
Related Topics
tbl_model_name built-in function