Eyeon:Script/Reference/Applications/eyeonServer/Classes/eyeonServer/CreateLibrary
From VFXPedia
< Eyeon:Script | Reference | Applications | eyeonServer | Classes | eyeonServer
Contents |
eyeonServer : CreateLibrary()
Arguments
CreateLibrary(name))
- name(required, String)
The name of the bin library to create.
Returns
A bin library object that can be controlled with script.
Remarks
This function allows a user to create a bin library on an eyeonServer object.
Requirements
- eyeonScript 5.01
- Fusion 5.01
Examples
es = eyeonServer("localhost") lib = es:CreateLibrary("Library")
Tips for CreateLibrary (edit)
EyeonTips:Script/Reference/Applications/eyeonServer/Classes/eyeonServer/CreateLibrary