DEPRECATED: | Since Creo 1 | |||||||||||||||||||
SUPERSEDED BY: | ProServerObjectsCheckout,ProServerMultiobjectsCheckout | |||||||||||||||||||
Description | ||||||||||||||||||||
NOTE: This function is deprecated. Pro/INTRALINK 3.4 is not supported. Please use Pro/INTRALINK 10.0 functions ProServerObjectsCheckout() or ProServerMultiobjectsCheckout() instead. Checks out the latest version of Pro/INTRALINK objects from the Commonspace to a Workspace using a a non-Pro/INTRALINK process. |
||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::CheckoutToWS | |||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProWorkspace.h> | ||||||||||||||||||||
ProError | ProObjModelsCheckOut | ( | ||||||||||||||||||
ProBoolean linkOrCopy | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
If this is PRO_B_TRUE, check out the object as a copy; otherwise, check out as a link. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProName workspaceName | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The name of the Workspace to which the objects are checked out. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int objNo | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The number of objects to check out. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProFileName* objNames | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
An array of names of objects to check out, in the format "object.ext". | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int* objVersions | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
Reserved for future use. Pass NULL. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
int relCriteria | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The relationship criteria. This argument identifies which dependents should be checked out with the objNames. The possible values are as follows:
|
||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|