IPCBIWindowShowAndCreateSymbolDefinition(IODBObject, String) 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: 16
C#
public ISymbolLibraryEntry ShowAndCreateSymbolDefinition(
	IODBObject PreSelectedObject,
	string PreSelectedLibrary
)

Parameters

PreSelectedObject  IODBObject
Object with relevant symbol if available, this can be null if nothing should be pre selected.
PreSelectedLibrary  String
Select an library at the loading of the dialog.

Return Value

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

See Also