Active_Sheet

This check verifies whether the specified sheet of the drawing is active.

You can specify the required active sheet as follows:

  • Sheet with a specified name
  • Sheet with a specified index
The automatic solution function activates sheet as per specifications made in input parameters.

This page discusses:

Context

Automated processes can fail if the required drawing sheet is not active.

Check Information

Check Details Description
Applicable to: DrwDrawing
Automatic Solution:
Check Parameters:
  • DefineActiveSheetByIndex: Boolean type.

    Activates a sheet with a particular index.

    Note: By default, the value is set to FALSE.

  • DefineActiveSheetByName: Boolean type.

    Activates a sheet with a particular name.

    Note: By default, the value is set to FALSE.

  • NameOfTheActiveSheet: String type.

    Specifies the name of the sheet to be checked. You can use Regular Expressions.

  • IndexOfTheActiveSheet: Integer type.

    Specifies the position of the sheet in the specification tree, starting with the topmost sheet.

    Note: By default, the value is set to 1.