Scope: Schematic editor
Object: SchematicSheetDocument Object
Prerequisites: None
Closes the document and flushes it from memory.
Arguments for this method are deprecated; however, they are still required. A runtime error will result if you do not provide arguments.
SchematicSheetDocument.Close(ByVal SaveChanges As Boolean, ByVal FileName As String)
(Deprecated) True - save any changes to the schematic before closing. False - close the schematic without saving.
(Deprecated) A string containing the name of the schematic document to close.