|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« DBWDrawingUnCheckoutEvent |
Detect the occurrence of an uncheckout event on a drawing
Function DBWDrawingUnCheckoutEvent()
TRUE |
If an uncheckout event on drawing has occoured |
|---|---|
FALSE |
otherwise |
if DBWDrawingUnCheckoutEvent() then
msgbox "DRAWING - UnCheckout Event"
end if