API ドキュメンテーション > Miscellaneous > Object ProConnectors > Function ProConnectorsFromLogicalGet
Function ProConnectorsFromLogicalGet
Description
Returns list of imported, but not yet designated connectors
Synopsis
#include <ProCabling.h>
ProConnectorsFromLogicalGet
(
ProAssembly asm_mdl
/* (In)
The handle of cablings assembly.
*/
ProName** p_w_name
/* (Out)
Pointer to ProArray of logical connectors names. 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 input arguments was invalid
no cables imported from logical or all already created
Other errors.
Sample Code References
User Guide References
これは役に立ちましたか?