pkxCreateFuncDef
pkxCreateFuncDef(pkx_compDefId t_slot t_type) =>pkx_funcDefId/ nil
Description
(Virtuoso MultiTech Framework) Creates a funcDef object in the specified compDef and returns its ID.
Arguments
Value Returned
Example
Creates the funcDef object in the compDef object with the function slot as G1 and type as type1.
funcDef = pkxCreateFuncDef(compDef "G1" "type1")
Related Topics
Return to top