API 文档
>
Windchill servers
>
Object ProServercheckinopts
> Function ProServercheckinoptsKeepcheckedoutSet
Function ProServercheckinoptsKeepcheckedoutSet
Description
Sets the keep checked out flag. If set to
PRO_B_TRUE
, checked-in objects would remain checked out after the checkin operation. The default value is false. Does not apply to upload operations.
Replacement in Object TOOLKIT:
pfcServer::CheckinObjects
Synopsis
#include <
ProWTUtils.h
>
ProError
ProServercheckinoptsKeepcheckedoutSet
(
ProServerCheckinOptions
opts
/* (In)
The checkin options.
*/
ProBoolean
keep_checked_out
/* (In)
The keep checked out flag.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳