Arbortext Command Language > Functions by Alphabetical Listing > oid_visible_change_tracking
  
oid_visible_change_tracking
0|1 = oid_visible_change_tracking(oid[, mode])
This function determines if the element specified by oid is visible with respect to a given change tracking view.
oid — The element being checked. oid_visible_change_tracking returns 0 or 1 if oid is not visible or is visible, respectively, when the document is shown in the given change tracking view.
If oid is invalid, oid_visible_change_tracking returns 0. If the document containing oid does not contain change tracking markup, oid_visible_change_tracking returns 1.
mode — Optional. Specifies a particular change tracking view. Valid values include:
0Original
1Changes Applied
2Changes Highlighted
If mode is omitted or any other value is supplied, the current change tracking view mode is used.