ViewMarkup Cell (Document Properties Section)

Determines whether markup appears in the drawing window.

Value Description

TRUE

Markup is displayed on the drawing.

FALSE

Markup is not displayed (the default).

Remarks

When markup tracking is turned on (AddMarkup cell is TRUE), the ViewMarkup cell is automatically set to TRUE and remains TRUE even after markup tracking has been turned off (AddMarkup cell is FALSE). The value in the ViewMarkup cell is ignored when the AddMarkup cell is TRUE.

The ViewMarkup cell is also set to TRUE when comments are inserted in a drawing (whether or not markup tracking is turned on) and must be TRUE to see comments in the drawing.

This cell corresponds to the Markup command on the View Menu.

To get a reference to the ViewMarkup cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

ViewMarkup

To get a reference to the ViewMarkup cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionObject

Row index:

visRowDoc

Cell index:

visDocViewMarkup

See Also