Function ProGeomitemdataGet
Description
Retrieves the geometric representation data of the specified geometry item.
The following types of Geomitems are supported:
Synopsis
ProGeomitemdataGet
(
ProGeomitem* p_item
/* (In)
The item handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The item data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?