Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataSourceClean


Description
Frees allocated memory from a ProIntfDataSource structure.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataSourceClean(
ProIntfDataSource* p_pro_intf_data_source
/* (In)
The pointer to the ProIntfDataSource to be cleaned.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully cleaned the ProIntfDataSource.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
See Also
ProIntfDataSourceInit