API 文件集 > Cabling > Object ProCable > Function ProCableTapeWindsGet
Function ProCableTapeWindsGet
Description
Gets the number of winds in a cabling cosmetic tape feature.
Synopsis
#include <ProCabling.h>
ProCableTapeWindsGet
(
ProFeature* tape_feat
/* (In)
The tape feature.
*/
int* num_winds
/* (Out)
The number of winds.
*/
)
Returns
The function succeeded.
The input argument was invalid.
這是否有幫助?