Execute the QuickLogic procedure now.
            
 
    Namespace: 
   Demo3D.QuickLogic
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Object Execute(
	params Object[] args
)
Parameters
- args
 - Type: SystemObject
The arguments to pass into the QuickLogic procedure. 
Return Value
Type: 
Object
            The result of the QuickLogic procedure.
            This may be the actual value or an ITask representing a yet to be completed task.
            
See Also