API 文档 > Assembly > Object ProAssembly > Function ProAssemblyConnectorsGet
Function ProAssemblyConnectorsGet
Description
Returns list of connectors in the assembly.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCabling.h>
ProAssemblyConnectorsGet
(
/* (In)
The handle of cabling assembly.
*/
ProConnector** p_cons
/* (Out)
Pointer to ProArray of logical connectors. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
The function successfully retrieved parameters.
One or more of the arguments was invalid.
Other errors.
Sample Code References
User Guide References
这对您有帮助吗?