ProjectCopy Object
The ProjectCopy object represents a project copy document of the current Document object. The properties of the ProjectCopy object are described below.
ProjectCopy Object Properties
The ProjectCopy object provides the following properties.
IsActive Property
MasterLocked Property
HasConcurrentPCs Property
ProjectCopy Object Methods
The ProjectCopy object provides the following methods.
UnlinkFromMaster Method
Removes the reference between a project copy and its master document and optionally unlocks the master document if it was locked by the project copy that was detached.
Syntax
UnlinkFromMaster([UnlockMaster As Boolean = True])
Name | Description |
---|---|
UnlockMaster |
If True, unlocks the master document after the reference has been deleted. Optional. |
RequireMerge Method
Reverses the effects of the Confirm Merged with Master command and reactivates the project copy.
Syntax
Function RequireMerge()
Parameters
This method accepts no parameters.