API 文件集 > Cabling > Object ProCable > Function ProCableSegmentsGet
Function ProCableSegmentsGet
Description
Collect cable segments.
Synopsis
#include <ProCabling.h>
ProCableSegmentsGet
(
ProCable* p_cable
/* (In)
The cable.
*/
/* (Out)
ProArray of cable segments. The function allocates memory, user must free it by ProArrayFree.
*/
)
Returns
The function successfully get cable data.
One or more of the arguments was invalid.
Other errors.
Sample Code References
這是否有幫助?