ddMarkObjMaster
ddMarkObjMaster(
b_objId
)
=> t / nil
Description
Changes the master.tag file to designate the object as the new master. The master.tag file must be located with the file it designates, so you must be able to write a file to mark it master. The master.tag file is checked out of the Design Management system, if necessary.
This function returns an error if b_objId exists only in the library’s temporary directory. Objects in a temporary directory are derived data and cannot be marked as master.
Arguments
Value Returned
Examples
vf = ddGetObj( "l1" "c1" "v1" "sch.oa" )
ddMarkObjMaster( vf ) => t
Return to top