API 文档 > Assembly > Object ProExt > Function ProExtRefInfoFree
Function ProExtRefInfoFree
Description
Releases the memory allocated to the specified array of external reference data for a feature or a solid.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRefInfo.h>
ProExtRefInfoFree
(
ProExtRefInfo** p_ext_feat_ref_arr
/* (In)
The pointer to array of external reference data returned by a ProFeature or ProSolid external reference "get" such as ProSolidExternChildrenGet.
*/
)
Returns
The function successfully released the specified array.
p_ext_feat_ref_arr is NULL.
Sample Code References
User Guide References
这对您有帮助吗?