API 설명서 > Windchill servers > Object ProServercheckoutopts > Function ProServercheckoutoptsVersionSet
Function ProServercheckoutoptsVersionSet
Description
Sets the specific version of the object in the checkout options. Should be in the "Revision.Iteration" format. If the version is not set, it would be determinted based on the config spec.
Synopsis
#include <ProWTUtils.h>
ProServercheckoutoptsVersionSet
(
/* (In)
The checkout options.
*/
wchar_t* version
/* (In)
The version of the object to be checked out/added to the workspace
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
도움이 되셨나요?