API-Dokumentation > Miscellaneous > Object ProDisp > Function ProDispObjectDetach
Function ProDispObjectDetach
Description
Detach a display object that was added to creo scene. Object must be detached before it is deleted. This API is only for 3d mode (part/assembly etc) and won't work in 2D (drawings, sketch, CE).
Synopsis
#include <ProDispObject.h>
ProDispObjectDetach
(
int window
/* (In)
Identifier of window in which ProDispObject will be detached from Creo scene
*/
int* key_list
/* (In)
ProArray containing member_identification table of ProDispObject which will be detached from scene graph. This is the "key_list" passed to ProDispObjectAttach plus the "new_key"
*/
)
Returns
The function succeeded
Invalid window
ProDispObject not found in the scene graph of window
One or more input arguments was invalid
Sample Code References
User Guide References
War dies hilfreich?