Description | ||||||||
Retrieves the geometric representation data of the specified geometry item.
The following types of Geomitems are supported: |
||||||||
Synopsis | ||||||||
#include <ProGeomitemdata.h> | ||||||||
ProError | 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 | ||||||||
|
||||||||
See Also | ||||||||
ProGeomitemdataFree |