View_Name_Must_Match_Sheet_Name

This check verifies whether the view name (checked name) corresponds to the sheet name (base of comparison). If the strings are different, an error is displayed.

Note: Entire names or sub-strings can be compared with each other.

This page discusses:

Context

Some methods require that the name of a view matches the sheet name. This allows applications to automatically select and process the view.

You can modify the names of views detected as incorrect. Right-click the view, and select Properties > View tab. Modify the value in the Name box.

Check Information

Check Details Description
Applicable to: DrwSheet
Automatic Solution:
Check Parameters:
  • StdViewNameMatchSheetNameAll: String type.

    Specifies that a naming pattern should be followed by at least one view or all views of a sheet.

    Note: By default, the naming pattern should be followed by at least one view.

  • StdViewNameMatchSheetNameSheetNamePatterns: String List type.

    Specifies a list of naming patterns to be checked for sheets' names.

  • StdViewNameMatchSheetNameViewNamePatterns: String List type.

    Specifies a list of naming patterns to be followed by at least one or all views of a sheet. If a sheet follows N indexed pattern from StdViewNameMatchSheetNameSheetNamePatterns, then that sheet's at least one or all views (depending upon option StdViewNameMatchSheetNameAll) should follow N indexed pattern from StdViewNameMatchSheetNameViewNamePatterns.