API 설명서 > View manager > Object ProXsec > Function ProXsecGeometryArrayFree
Function ProXsecGeometryArrayFree
Description
Frees ProArray of cross-section data allocated by ProXsecGeometryCollect function.
Synopsis
#include <ProXsec.h>
ProXsecGeometryArrayFree
(
ProXsecGeometry** p_geom_arr
/* (In)
The pointer to the ProArray of ProXsecGeometry
*/
)
Returns
The function successfully freed the data.
p_geom_arr is NULL.
See Also
User Guide References
도움이 되셨나요?