IPluginImageLibraryCreateNewImage Method
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
bool CreateNewImage(
string name,
out IImageLibraryEntry newImage,
out string error
)
Function CreateNewImage (
name As String,
<OutAttribute> ByRef newImage As IImageLibraryEntry,
<OutAttribute> ByRef error As String
) As Boolean
bool CreateNewImage(
String^ name,
[OutAttribute] IImageLibraryEntry^% newImage,
[OutAttribute] String^% error
)
abstract CreateNewImage :
name : string *
newImage : IImageLibraryEntry byref *
error : string byref -> bool
- name String
-
- newImage IImageLibraryEntry
-
- error String
-
Boolean