Description | ||||||||||||||
Retrieves logical ends of specified cable | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCabling.h> | ||||||||||||||
ProError | ProCableLogicalEndsGet | ( | ||||||||||||
ProAssembly assy | ||||||||||||||
/* (In) | ||||||||||||||
The assembly | ||||||||||||||
*/ | ||||||||||||||
ProCable* p_cable | ||||||||||||||
/* (In) | ||||||||||||||
The handle of cable | ||||||||||||||
*/ | ||||||||||||||
ProSelection* log_end_1 | ||||||||||||||
/* (Out) | ||||||||||||||
The first logical endpoint allocated by the function. | ||||||||||||||
*/ | ||||||||||||||
ProSelection* log_end_2 | ||||||||||||||
/* (Out) | ||||||||||||||
The second logical endpoint allocated by the function. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|