API 文件集 > Cabling > Object ProCable > Function ProCableDataObjectCreate
Function ProCableDataObjectCreate
Description
Creates new Cable Data Object in specified harness.
Synopsis
#include <ProCabling.h>
ProCableDataObjectCreate
(
ProHarness harness
/* (In)
The handle of harness
*/
)
Returns
The function successfully created the new Cable Data Object.
One or more of the arguments was invalid.
Cable Data Object already exists.
Other error.
這是否有幫助?