pcGetStretchDefn
pcGetStretchDefn(d_objectId) =>d_StretchId/nil
Description
Returns the identifier for a stretch parameter.
You must have defined this line as a stretch control line.
Arguments
Value Returned
|
Group ID used to record details of the stretch control line. |
|
Examples
stretch = pcGetStretchDefn( stretchline )
Retrieves a stretch parameter defined with stretchline.
Return to top