InterfacePCBIWindowShowAndCreateSymbolDefinition Method

Show dialog to create own standard tool definitions. It is possible to create all standard elements with this symbol dialog.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
ISymbolLibraryEntry ShowAndCreateSymbolDefinition(
	IODBObject preSelected = null
)

Parameters

preSelected  IODBObject  (Optional)
 

Return Value

ISymbolLibraryEntry
Symbol definition of selection in the dialog or null if the creation was canceled.

See Also