API 文件集 > Windchill servers > Object ProServercheckinopts > Function ProServercheckinoptsLocationAdd
Function ProServercheckinoptsLocationAdd
Description
Sets the folder location in which a particular object will be placed. If the object is not checked in or uploaded, setting this value will have no effect.
Synopsis
#include <ProWTUtils.h>
ProServercheckinoptsLocationAdd
(
/* (In)
The checkin/upload options.
*/
wchar_t* model_name
/* (In)
The name of the object.
*/
wchar_t* folder_location
/* (In)
The location folder path.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
這是否有幫助?