dbSetPatternRegionActiveWireTypes
dbSetPatternRegionActiveWireTypes(
d_PatternRegion
l_activeWireTypeNames
)
=> t / nil
Description
(ICADVM20.1 Only) Sets the active wire types on the specified pattern region.
Arguments
|
ID of the pattern region where the active wire types are to be set. |
|
Value Returned
|
The active wire types are set on the specified pattern region. |
|
Sets the active wire types wire1, wire2 and wire3 on the pattern region shape.
dbSetPatternRegionActiveWireTypes(shape list("wire1" "wire2" "wire3"))
Return to top