API 文件集 > Miscellaneous > Object ProLog > Function ProLogObjectitemdataGet
Function ProLogObjectitemdataGet
Description
Retrieves the geometric representation data of the log object type item
The following types of Geomitems are supported:
Synopsis
ProLogObjectitemdataGet
(
ProGeomitem* p_item
/* (In)
The item handle.
*/
ProSurface** p_surf_arr
/* (Out)
The item data. The function allocates the memory for this argument. Use the function ProArrayFree() to free the memory.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
User Guide References
這是否有幫助?