Community Forums Archive

Go Back

Subject:ISfFileHost - SaveAs
Posted by: korigan
Date:4/6/2005 2:33:53 AM

Hello,

I'm looking for explanation of parameter 2 (strFormatNameorGUID)
of this function :

public abstract new void SaveAs ( System.String strFilename , System.String strFormatNameorGUID , System.Object vTemplateNameOrData , SoundForge.RenderOptions opt )

Thanks for help

Subject:RE: ISfFileHost - SaveAs
Reply by: jetdv
Date:4/6/2005 7:27:46 AM

It's the name or GUID of the renderer (i.e. the output format).

Subject:RE: ISfFileHost - SaveAs
Reply by: korigan
Date:4/6/2005 12:35:49 PM

Thank you for your quick answer !

Go Back