Close Method (SchematicSheetDocument Object)

Scope: Schematic editor

Object: SchematicSheetDocument Object

Prerequisites: None

Closes the document and flushes it from memory.

Note:

Arguments for this method are deprecated; however, they are still required. A runtime error will result if you do not provide arguments.

Usage

SchematicSheetDocument.Close(ByVal SaveChanges As Boolean, ByVal FileName As String)

Arguments

SaveChanges

(Deprecated) True - save any changes to the schematic before closing. False - close the schematic without saving.

FileName

(Deprecated) A string containing the name of the schematic document to close.