ddSetLibDmType
ddSetLibDmType(
b_libId
t_dmType
)
=> t / nil
Description
Sets the DMTYPE entry of the cdsinfo.tag file in the library.
Arguments
|
The Design Management system name to which the DMTYPE entry in the |
Value Returned
Examples
Returns t when you set the DMTYPE entry in the cdsinfo.tag file for lib1 to "vs". Otherwise, returns nil.
libId = ddGetObj("lib1")
ddSetLibDmType(libId,"vs")
Return to top