<< Click to Display Table of Contents >>
SetName
Sets the OZBinary object name.
Prototype
void SetName(string Name)
Parameters
Name |
OZBinary object name |
Example
var binary = OZCreator.getBuiltInObject("OZBinary");
//var binary = OZCreator.getBuiltInObject(OZBuiltInObject.BINARY);
binary.SetName("BINARY");