occpGetInstProp
occpGetInstProp(o_occpHandlet_libName| nilt_cellName| nilt_viewName| nilt_instName t_propName) =>r_occpProp/ nil
Description
Gets the property information for an instance.
Arguments
Value Returned
|
The property information does not exist or could not be retrieved. |
Example
when( or( occpGetInstProp(MyOccpHandle "lib1" "cell1" "view1" "I42" "variant") occpGetInstProp(MyOccpHandle nil "cell1" "view1" "I42" "variant") occpGetInstProp(MyOccpHandle nil nil "view1" "I42" "variant") occpGetInstProp(MyOccpHandle nil nil nil "I42" "variant") ) printf("Instance has variant property\n") )
Related Topics
Parent/Child Database Functions
Return to top