API 文件集 > Cabling > Object ProCable > Function ProCableLocationsOnSegEndGet
Function ProCableLocationsOnSegEndGet
Description
Get the locations in the end of each cable segment of the cable
Synopsis
#include <ProCabling.h>
ProCableLocationsOnSegEndGet
(
ProCable cable
/* (In)
The cable for which the end locations will be returned
*/
ProCablelocationPair** p_boundries
/* (Out)
pointer to ProArray of two cable locations, start and end location of each cable segment.
*/
)
Returns
The function successfully return the boundries
One or more of the arguments was invalid.
A general error occurred and the function failed.
User Guide References
這是否有幫助?