Description | |||||||||||||||||
Removes a list of models from a workspace. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcServer::RemoveObjects | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProWTUtils.h> | |||||||||||||||||
ProError | ProServerObjectsRemove | ( | |||||||||||||||
wchar_t** model_names | |||||||||||||||||
/* (In) | |||||||||||||||||
A ProArray of model names to remove. Pass NULL to remove all objects. | |||||||||||||||||
*/ | |||||||||||||||||
ProServerRemoveConflicts* conflicts | |||||||||||||||||
/* (Out) | |||||||||||||||||
Information about remove conflicts NULL if the error return != PRO_TK_CHECKOUT_CONFLICT or PRO_TK_E_NOT_FOUND. Pass NULL if not interested in conflicts details. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|