Arbortext Command Language > Functions by Alphabetical Listing > doc_get
  
doc_get
doc_get(doc, attr)
This function returns the document scope value of the set option attr for the document identified by doc. If attr is a set option with a local scope other than document, or no local scope at all, it returns nothing.
Examples
doc_get(doc, "showiconsfulltags")
doc_get(doc, "textentityfontcolor")
Related Topics
Set option scope
doc_set function
window_get function
current_doc function
option_scope function
set command