IPluginImageLibraryCreateNewImage Method

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool CreateNewImage(
	string name,
	out IImageLibraryEntry newImage,
	out string error
)

Parameters

name  String
 
newImage  IImageLibraryEntry
 
error  String
 

Return Value

Boolean

See Also