API 文档 > Cabling > Object ProSpools > Function ProSpoolsFromLogicalCreate
Function ProSpoolsFromLogicalCreate
Description
creates spools from logical after finishing the call, now reset the current model back to its status before the call.
Synopsis
#include <ProCabling.h>
ProSpoolsFromLogicalCreate
(
/* (In)
The handle of assembly
*/
ProName* p_w_name
/* (In)
ProArray of spool names.
*/
ProSpool** p_spools
/* (Out)
Pointer to ProArray of spools. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully retrieves parameters.
One or more of the arguments was invalid.
specified spools not imported from or already created.
Other errors.
Sample Code References
这对您有帮助吗?