ddNeedCheckout
ddNeedCheckout(
b_objId
)
=> t / nil
Description
Enables the tools that need to provide automatic checkout behavior to determine if these tools need to call the ddCheckout and ddCheckin functions.
Arguments
Value Returned
|
The library is not managed by a Design Management system, b_objId does not need to be checked out, or b_objId exists only in the temporary directory of the library. |
Examples
vf = ddGetObj( "l1" "c1" "v1" "sch.oa" ) if ddNeedCheckout( vf ) then ddCheckout( vf )
Return to top