Documentación de la API > Windchill servers > Object ProServer > Function ProServerObjectsRemove
Function ProServerObjectsRemove
Description
Removes a list of models from a workspace.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerObjectsRemove
(
wchar_t** model_names
/* (In)
A ProArray of model names to remove. Pass NULL to remove all objects.
*/
/* (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
The function succeeded.
One or more inputs was invalid.
One or more documents are not found. Check the conflicts return.
The primary server is not set.
Conflicts occurred. Check the details in the conflicts output.
Sample Code References
User Guide References
¿Fue esto útil?