API Documentation > Cabling > Object ProCable > Function ProCableLengthGet
Function ProCableLengthGet
Description
Retrieves the length of the specified wire
Synopsis
#include <ProCabling.h>
ProCableLengthGet
(
ProCable* p_cable
/* (In)
The cable handle.
*/
double* p_length
/* (Out)
The wire length.
*/
)
Returns
The function successfully retrieved length.
One or more of the arguments was invalid.
The function failed.
Sample Code References
User Guide References
Was this helpful?