SchematicSheetDocuments Collection

Documents is an automation collection that represents the set of Xpedition Designer schematic documents.

The following table lists methods and properties of the SchematicSheetDocuments collection with links to the respective reference pages. For more information, see SchematicSheetDocument Object.

Table 1. SchematicSheetDocuments Collection Methods and Properties

Method or Property

Description

Close Method (SchematicSheetDocuments Collection)Closes all the currently open documents.
CopyToClipboard Method (SchematicSheetDocuments Collection)Copies sheets from a schematic to the clipboard.
DeleteSheet Method (SchematicSheetDocuments Collection)Deletes a specified sheet from a specified schematic.
GetAvailableSchematics Method (SchematicSheetDocuments Collection)Returns the collection of all schematic document names for the current project.
GetAvailableSheets Method (SchematicSheetDocuments Collection)Returns the collection of sheet names for a given schematic document.
InsertSheet Method (SchematicSheetDocuments Collection)Inserts a specified sheet into a specified schematic.
IsSymbolUnderEdit Method (SchematicSheetDocuments Collection)Checks whether the symbol has local changes that have not been updated in the design.
Item Method (SchematicSheetDocuments Collection)Returns a SchematicSheetDocument object contained in the collection.
Open Method (SchematicSheetDocuments Collection)Opens an existing schematic document and adds it to the collection.
Open_Hierarchically Method (SchematicSheetDocuments Collection)Opens an existing schematic document hierarchically and adds it to the collection.
OpenSymbol Method (SchematicSheetDocuments Collection)Opens the symbol of a given name to edit.
PasteFromClipboard Method (SchematicSheetDocuments Collection)Pastes the contents of the clipboard into the specified schematic, possibly replacing sheets within the schematic.
Application Property (SchematicSheetDocuments Collection)Returns the Application Object.
Count Property (SchematicSheetDocuments Collection)Returns the number of objects contained in the collection.
Parent Property (SchematicSheetDocuments Collection)Returns or the parent collection of the collection.