API 文件集 > Cabling > Object ProCable > Function ProCableTapeFeatSpoolGet
Function ProCableTapeFeatSpoolGet
Description
Get tape feature spool
Synopsis
#include <ProCabling.h>
ProCableTapeFeatSpoolGet
(
ProFeature* tape_feat
/* (In)
The tape feature.
*/
ProSpool* p_spool
/* (Out)
Will be filled with the tape feat spool data.
*/
)
Returns
The function successfully return the spool
One or more of the arguments was invalid.
A general error occurred and the function failed.
這是否有幫助?