Scope: Schematic editor - Embedded symbol editor (ESE)
Collection: SchematicSheetDocuments Collection
Prerequisites: None
Opens the symbol of a given name to edit.
SchematicSheetDocuments.OpenSymbol (sSymbolName As String, sSymbolExtension As String) As IVdSchematicSheetDocument
String. A string that contains the symbol name.
String. A string that contains the symbol extension.
IVdSchematicSheetDocument. A document that represents one sheet of a schematic.
Set app = CreateObject("Viewdraw.Application")
Scripting.AddTypeLibrary("Viewdraw.Application")
app.OpenProject("PROJECT_NAME.prj")
Set ese_test = app.SchematicSheetDocuments.OpenSymbol("my_loc_sym", "1")