Category
Dimensions
, Object
ProDimlocation
Function ProDimlocationFree
Description
Frees the dimension location data.
Synopsis
#include <
ProDimension.h
>
ProError
ProDimlocationFree
(
ProDimlocation
data
/* (In)
The dimension location data, extracted using
ProDimensionLocationGet
().
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments is invalid.
Manual References:
Annotations: Annotation Features and Annotations: Dimension Location
Annotations: Annotation Features and Annotations: Dimension Location
Sample Code References:
pt_userguide ( UgDimLocationUtils.c )