Category Windchill servers, Object ProServercheckinopts

Function ProServercheckinoptsAutoresolveSet


Description
Sets the flag to autoresolve incomplete objects being checked in or uploaded.
Synopsis
#include <ProWTUtils.h>
ProErrorProServercheckinoptsAutoresolveSet(
ProServerCheckinOptions options
/* (In)
The checkin/upload options.
*/
ProServerAutoresolveOption autoresolve
/* (In)
The autoresolve option to use. The default for this flag, if not explicitly set, is PRO_SERVER_DONT_AUTORESOLVE, which might cause a conflict if a model has a reference to an object not in the workspace.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: CheckIn
  2. Data Management: Windchill Operations: CheckIn