vfoGetParam
vfoGetParam(g_obj s_param) =>value/ nil
Description
Returns the value of a CDF parameter for the given object.
Arguments
|
The object for which the CDF parameter value should be returned. The object can be one of the following: an instance database object, a cell CDF, or an instance CDF. |
|
Value Returned
Example
vfoGetParam(inst "shapeData") =>((5.39 1.19) (0.78 1.19)
(0.78 6.09)
(0.0 6.09)
(0.0 0.0)
(5.39.0)
)
vfoGetParam(inst "shapeType")
=> "polygon"
Return to top