API Documentation > Miscellaneous > Object ProGeomitemdata > Function ProGeomitemdataFree
Function ProGeomitemdataFree
Description
Frees the geometry item data allocated by ProGeomitemdataGet() (or any of the Pro*dataGet() functions).
Synopsis
ProGeomitemdataFree
(
ProGeomitemdata** to_free
/* (In)
The pointer to the data pointer
*/
)
Returns
The function successfully freed the data.
The argument is invalid.
See Also
Sample Code References
User Guide References
Was this helpful?