Category Dimensions, Object ProDimlocation

Function ProDimlocationFree


Description
Frees the dimension location data.
Synopsis
#include <ProDimension.h>
ProErrorProDimlocationFree(
ProDimlocation data
/* (In)
The dimension location data, extracted using ProDimensionLocationGet().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Location
  2. Annotations: Annotation Features and Annotations: Dimension Location

Sample Code References:

  1. pt_userguide ( UgDimLocationUtils.c )