API 설명서 > Pro/INTRALINK > Object ProWorkspace > Function ProWorkspaceRegister
Function ProWorkspaceRegister
DEPRECATED:
Since Creo 1
SUPERSEDED BY:
Description
NOTE: This function is deprecated. Pro/INTRALINK 3.4 is not supported. Please use Pro/INTRALINK 10.0 function ProServerRegister() instead. Registers a Workspace in Creo Parametric. Only one is allowed at a time, so if one is already registered, the new one will substitute the current one, but only if there are no objects in session (see error status descriptions).
Replacement in Object TOOLKIT:
Synopsis
#include <ProWorkspace.h>
ProWorkspaceRegister
(
ProName WorkspaceName
/* (In)
The name of the Workspace
*/
)
Returns
The function successfully registered the Workspace.
The argument is invalid.
When another workspace is already registered, cannot de-register because there are objects in Creo Parametric session.
User Guide References
도움이 되셨나요?