cphSetOccurRounding
cphSetOccurRounding(
g_physConfigID
t_path
t_roundingRule
)
=> t / nil
Description
Specifies how the value of a specified parameter on a specific occurrence is rounded when it is evaluated by Layout XL. This property is typically used in conjunction with the lxDeviceWidth parameter to prevent folded devices from becoming off-grid.
Arguments
|
String specifying a Rounding rule.
For example, the following setting rounds the value of
|
Value Returned
Example
cphSetOccurRounding(physConfigID "I0/N0" "(w 0.05 round)")
Related Topics
Return to top