wspWSSPDefGetAttr
wspWSSPDefGetAttr (d_wsspDefId) =>l_wsspDefAttrs
Description
The attributes of the specified widthSpacingSnapPatternDefs (WSSPDef) are converted to a DPL format. All the attribute representations are the same as the source representation, except the snappingLayers attribute, which is stored as an association table for layer-purpose pair lookup.
Arguments
Value Returned
|
The DPL format of the WSSPDef attributes. The list of attributes contains the |
Example
nattrlist = wspWSSPDefGetAttr(ldef) => (nil defaultActiveName "minWidth" patternGroupNames nil patternNames nil snappingLayers table:snapping layer table look-up offset 0.0 direction "vertical" period 0.768 purpose "localWSP" layer "Metal5" name "snpLppsTest")
Return to top