pcGetParamShapeDefn
pcGetParamShapeDefn(d_instId) =>d_paramShapeId/nil
Description
Returns an identifier for a parameterized shape parameter resulting from a call to pcDefineParamPath, pcDefineParamPolygon, or pcDefineParamRect.
You must have defined the parameterized shape.
Arguments
|
The database ID of the shape whose parameterized shape parameter is to be retrieved. |
Value Returned
|
Returned if d_instId does not identify a shape or there are no parameterized shape parameters defined in it. |
Examples
paramshape = pcGetParamShapeDefn( shape )
Retrieves parameterized shape parameters defined in shape.
Return to top