API 文档
>
Creating import and custom geometry
>
Object ProDatumdata
> Function ProDatumdataAlloc
Function ProDatumdataAlloc
Description
Allocates memory for the datum data structure.
Synopsis
#include <
ProDatumdata.h
>
ProError
ProDatumdataAlloc
(
ProDatumdata
** pp_datum_data
/* (Out)
The datum data structure
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory for the datum data structure.
PRO_TK_OUT_OF_MEMORY
Insufficient memory.
PRO_TK_BAD_INPUTS
The input is invalid.
Sample Code References
pt_examples ( TestGeomdata.c )
pt_examples ( TestImportfeat.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳