Open Method (SchematicSheetDocuments Collection)

Scope: Xpedition Designer schematic editor

Collection: SchematicSheetDocuments Collection

Prerequisites: None

Opens an existing schematic document and adds it to the collection.

Usage

SchematicSheetDocuments.Open(ByVal SchematicName As String, ByVal SheetName As String) As Document

Arguments

SchematicName

A string containing the name of the schematic document.

SheetName

A string containing the name of the schematic sheet.When this argument references a non-existing sheet, the Open method creates a new sheet.

Return Values

As Document. The SchematicSheetDocument Object.