API 설명서 > 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
도움이 되셨나요?