Description | ||||||||
Determines whether dynamic component positioning is enabled or disabled for the specified assembly. | ||||||||
Replacement in Object TOOLKIT: | pfcAssembly::DynamicPositioning | |||||||
Synopsis | ||||||||
#include <ProAssembly.h> | ||||||||
ProError | ProAssemblyDynPosGet | ( | ||||||
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 | ||||||||
|