Object ProCompdisplay

Function ProCompdisplayActivate


Description
Similar to ProSimprepActivate, except this is for Comp Displays.
Replacement in Object TOOLKIT: wfcWSolid::ActivateStyleState
Synopsis
#include <ProSimprep.h>
ProErrorProCompdisplayActivate(
ProSolid p_solid
/* (In)
The solid that contains the Comp Disp.
*/
ProCompdisp* p_compdisp
/* (In)
Comp Display pointer.
*/
int no_redisp
/* (In)
Flag to specify whether or not user needs to redisplay assembly in the window inside this call. If set to TRUE, user is solely responsible for calling ProWindowRefresh() or something else to refresh assembly view.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully activated CompDisp.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid or activation failed.