Category Assembly, Object ProAssembly

Function ProAssemblyUnexplode


Description
Unexplodes the specified assembly. The function invalidates the display list, but the application needs to repaint the window.
Replacement in Object TOOLKIT: pfcAssembly::UnExplode
Synopsis
#include <ProAssembly.h>
ProErrorProAssemblyUnexplode(
ProAssembly assembly
/* (In)
The assembly to unexplode
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully unexploded the assembly.
PRO_TK_BAD_INPUTSThe specified assembly is not an assembly, or is NULL.
PRO_TK_NO_CHANGEThe specified assembly is already unexploded.

Manual References:

  1. Assembly: Basic Assembly Access: Exploded Assemblies
  2. Assembly: Basic Assembly Access: Exploded Assemblies

Sample Code References:

  1. pt_examples ( TestAsm.c )