API 설명서 > Windchill servers > Object ProServer > Function ProServerWorkspaceSet
Function ProServerWorkspaceSet
Description
Sets the workspace to use for a given server.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerWorkspaceSet
(
wchar_t* alias
/* (In)
The name used by Creo Parametric to refer to this server.
*/
wchar_t* workspace
/* (In)
The name of the workspace to use.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The server was not registered.
The workspace couldn't be found or created.
The workspace is already set.
If any other error occures.
Sample Code References
User Guide References
도움이 되셨나요?