dbSetPatternRegionWidthSpacingSnapPatternDefName
dbSetPatternRegionWidthSpacingSnapPatternDefName( d_dbShapeId t_defName ) => t / nil
Description
(ICADVM20.1 Only) Sets the widthSpacingSnapPatternDef name on the specified pattern region. The widthSpacingSnapPatternDef must already exist.
Arguments
|
Name of the widthSpacingSnapPatternDef to be stored for the pattern region. |
Return value
|
Returned if the widthSpacingSnapPatternDef name has been set. |
|
Example
Sets the widthSpacingSnapPatternDef name newWSSPDef on the pattern region region.
dbSetPatternRegionWidthSpacingSnapPatternDefName(region "newWSSPDef")
Return to top