API 文件集 > Assembly > Object ProAssembly > Function ProAssemblyDynPosGet
Function ProAssemblyDynPosGet
Description
Determines whether dynamic component positioning is enabled or disabled for the specified assembly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAssembly.h>
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
The function successfully retrieved the value.
The input argument is invalid.
Sample Code References
這是否有幫助?