dbDestroyInPlaceCoverObstruction
dbDestroyInPlaceCoverObstruction(
d_InstHeaderId
)
=> t / nil
Description
Destroys an InPlaceCoverObstruction object on the given instance header.
Arguments
Values Returned
|
The InPlaceCoverObstruction object on the given instance header is destroyed. |
|
Examples
Destroys the InPlaceCoverObstruction object on the instance header instHeaderId.
inst = dbCreateInst(cv master "inst" list(3 4) "R0" 1)
instHeaderId = inst~>instHeader
dbCreateInPlaceCoverObstruction(instHeaderId list("closed" 1 4))
dbDestroyInPlaceCoverObstruction(instHeaderId)
Return to top