IPCBIWindowShowAndCreateSymbolDefinition(IODBObject, String) Method
Show dialog to create own standard tool definitions. It is possible to create all standard elements with this symbol dialog.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public ISymbolLibraryEntry ShowAndCreateSymbolDefinition(
IODBObject PreSelectedObject,
string PreSelectedLibrary
)
Public Function ShowAndCreateSymbolDefinition (
PreSelectedObject As IODBObject,
PreSelectedLibrary As String
) As ISymbolLibraryEntry
public:
ISymbolLibraryEntry^ ShowAndCreateSymbolDefinition(
IODBObject^ PreSelectedObject,
String^ PreSelectedLibrary
)
member ShowAndCreateSymbolDefinition :
PreSelectedObject : IODBObject *
PreSelectedLibrary : string -> ISymbolLibraryEntry
- 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.
ISymbolLibraryEntrySymbol definition of selection in the dialog or null if the creation was canceled.