API-Dokumentation > Manufacturing > Object ProPecktable > Function ProPecktableCreate
Function ProPecktableCreate
Description
Creates (allocates and initializes) a new peck table handle from the user-specified data.
NOTE:
If you specify a feed rate value of less than zero, that cell will be left blank.
Synopsis
#include <ProPecktable.h>
ProPecktableCreate
(
/* (In)
The user-specified peck table data
*/
ProPecktable* r_peck_table
/* (Out)
The handle to the peck table that was created
*/
)
Returns
The function successfully created the peck table.
The input argument is invalid.
Sample Code References
War dies hilfreich?