Category Assembly, Object ProAssembly

Function ProAssemblyDynPosGet


Description
Determines whether dynamic component positioning is enabled or disabled for the specified assembly.
Replacement in Object TOOLKIT: pfcAssembly::DynamicPositioning
Synopsis
#include <ProAssembly.h>
ProErrorProAssemblyDynPosGet(
ProAssembly top_assem
/* (In)
The top-level assembly for which to determine the status of dynamic positioning
*/
ProBoolean* p_enable
/* (Out)
If this is PRO_B_TRUE, the specified assembly currently has dynamic positioning enabled. If this is PRO_B_FALSE, the specified assembly currently has dynamic positioning disabled.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the value.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Locations of Assembly Components

Sample Code References:

  1. pt_examples ( TestAsm.c )