IPCBIWindowShowAndCreateSymbolDefinition(IODBObject) 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ISymbolLibraryEntry ShowAndCreateSymbolDefinition(
	IODBObject PreSelectedObject = null
)

Parameters

PreSelectedObject  IODBObject  (Optional)
Object with relevant symbol if available, this can be null if nothing should be pre selected.

Return Value

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

Implements

InterfacePCBIWindowShowAndCreateSymbolDefinition(IODBObject)

See Also