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