<< Click to Display Table of Contents >>
SaveToFile
Save OZBinary object data to the given file.
Prototype
void SaveToFile(string FileName)
Parameters
FileName |
file name |
Example
var binary = OZCreator.getBuiltInObject("OZBinary");
//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);
binary.SaveToFile("C:/sample.odi");