API Documentation > Windchill servers > Object ProServer > Function ProServerWorkspaceCreate
Function ProServerWorkspaceCreate
Description
Creates and activates a new workspace.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerWorkspaceCreate
(
wchar_t* alias
/* (In)
The server alias. Pass NULL to use the active server.
*/
/* (In)
Information about the given workspace. Use ProServerworkspacedataAlloc() to construct this.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The server is not registered.
The workspace already exists.
Cannot create a workspace on this server.
User Guide References
Was this helpful?