DEPRECATED: | Since Creo 1 | ||||||||||
SUPERSEDED BY: | No successor will be provided. | ||||||||||
Description | |||||||||||
NOTE: This function is deprecated. Pro/INTRALINK 3.4 is not supported. Renames the object in Creo Parametric memory space when an object is renamed in Pro/Intralink's Workspace from "objOldName" to "objNewName". If the object is an instance then it's generic object's name "genericName" must be passed in. |
|||||||||||
Synopsis | |||||||||||
#include <ProWorkspace.h> | |||||||||||
ProError | ProObjRenamedInWSSessionSync | ( | |||||||||
ProFileName objOldName | |||||||||||
/* (In) | |||||||||||
The original name of the object. | |||||||||||
*/ | |||||||||||
ProFileName objNewName | |||||||||||
/* (In) | |||||||||||
The new name to which object has to be renamed to. | |||||||||||
*/ | |||||||||||
ProFileName genericName | |||||||||||
/* (In) | |||||||||||
name of the generic if the object being renamed is an instance or NULL. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|