Category Drawings and detail, Object ProDrawingtree

Function ProDrawingtreeCollapse


Description
Collapse the tree for the drawing and the window_id
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingtreeCollapse(
ProDrawing drawing
/* (In)
Handle to the drawing which contains the drawing tree.
*/
int window_id
/* (In)
Id of the window which contains the drawing Use PRO_VALUE_UNUSED to refresh the drawing tree in the active window
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid
PRO_TK_NO_CHANGEThere is no change in the drawing tree

Manual References:

  1. Drawings: Drawing Tree

Sample Code References:

  1. pt_userguide ( UgDrwTree.c )