dbCreateInPlaceCoverObstruction
dbCreateInPlaceCoverObstruction(
d_InstHeaderId
l_intRange
)
=> t/nil
Description
Creates an InPlaceCoverObstruction object on the specified instance header.
Arguments
|
Integer mask range ( |
Values Returned
|
An InPlaceCoverObstruction object is created on the specified instance header. |
|
Examples
The above function is passed an instance header ID along with a closed range of integers with minimum mask value of 1, and maximum mask value of 4, both values inclusive.
inst = dbCreateInst(cv master "inst" list(3 4) "R0" 1)
instHeaderId = inst~>instHeader
dbCreateInPlaceCoverObstruction(instHeaderId list("closed" 1 4))
Return to top