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