pcGetRefPointDefn
pcGetRefPointDefn(d_objectId) =>l_refPointId/nil
Description
Returns an identifier for the reference point parameter defined in the specified cellview.
You must have defined a reference point parameter for the cellview.
Arguments
|
The database ID of the object with the reference point parameter. |
Value Returned
|
Group ID used to record details of the reference point parameter. |
|
|
Returned if d_objectId does not identify an object or there is no reference point parameter defined with it. |
Examples
refpoint = pcGetRefPointDefn( fig )
Retrieves a reference point parameter defined in fig.
Return to top