save_df(n : integer; filename : string)

Navigation:  User guide > OLE automation > Methods >

save_df(n : integer; filename : string)

Previous pageReturn to chapter overviewNext page

Saves the n-th dielectric function to the specified file. The entries in the list of dielectric functions are numbered starting with 1.

 

Warning: An already existing file it will be overwritten without warning.

 

VisualBasic example:

Call wcd.save_df(2, "c:/temp/df2.dfm")