Description | ||||||||||||||
Returns the drawing sheet number where the error occurred. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDwgcreateErrSheetGet | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
The instantiated drawing | ||||||||||||||
*/ | ||||||||||||||
ProDwgcreateErrs errors | ||||||||||||||
/* (In) | ||||||||||||||
The errors table. | ||||||||||||||
*/ | ||||||||||||||
int error_num | ||||||||||||||
/* (In) | ||||||||||||||
The error number. | ||||||||||||||
*/ | ||||||||||||||
int* sheet_num | ||||||||||||||
/* (Out) | ||||||||||||||
The sheet number. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|