Documentation de l'API > Assembly > Object ProAssembly > Function ProAssemblyIsExploded
Function ProAssemblyIsExploded
Description
Determines whether the specified assembly is exploded.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAssembly.h>
ProAssemblyIsExploded
(
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
The function successfully retrieved the information.
The specified assembly is not an assembly, or is NULL.
Sample Code References
User Guide References
Est-ce que cela a été utile ?