Category Feature element trees, Object ProValue

Function ProValueFree


DEPRECATED: Since Wildfire 2.0
SUPERSEDED BY: Depends on the context, consult the user documentation.
Description

Note: From release Wildfire 2.0 this function is superseded by the functions:

PTC recommends using the new functions in place of this function in all new or updated user applications.

Frees memory allocated by ProValueAlloc(). This function should not be used to free the value of a PRO_E_SKETCHER element.

Synopsis
#include <ProValue.h>
ProErrorProValueFree(
ProValue value
/* (In)
The handle to a ProValue(allocated by ProValueAlloc())
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProValueAlloc

Manual References:

  1. Element Trees: Principles of Feature Creation: Feature Element Values
  2. Element Trees: Principles of Feature Creation: Feature Element Values

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )