Category View manager, Category Assembly, Object ProAssembly

Function ProAssemblyIsExploded


Description
Determines whether the specified assembly is exploded.
Replacement in Object TOOLKIT: pfcAssembly::IsExploded
Synopsis
#include <ProAssembly.h>
ProErrorProAssemblyIsExploded(
ProAssembly assembly
/* (In)
The assembly whose state is to be determined.
*/
ProBoolean* p_is_exploded
/* (Out)
If this is PRO_B_TRUE, the assembly is exploded. If this is PRO_B_FALSE, the assembly is unexploded.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe specified assembly is not an assembly, or is NULL.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Basic Assembly Access: Exploded Assemblies

Sample Code References:

  1. pt_examples ( TestAsm.c )