API 文档 > Miscellaneous > Object ProSelectionarray > Function ProSelectionarrayFree
Function ProSelectionarrayFree
Description
Frees a ProArray of allocated selection objects (also frees each member ProSelection).
Synopsis
#include <ProSelection.h>
ProSelectionarrayFree
(
ProSelection* sel_array
/* (In)
The selection object array.
*/
)
Returns
The function successfully freed the selection.
The supplied inputs were incorrect.
Sample Code References
User Guide References
这对您有帮助吗?