Category Features, Object ProUdf

Function ProUdfDimensionsCollect


Description
Collects the variable dimensions in a UDF.
Synopsis
#include <ProUdf.h>
ProErrorProUdfDimensionsCollect(
ProGroup* udf
/* (In)
The UDF group
*/
ProDimension** dims
/* (Out)
ProArray of dimensions. Free this using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe functions succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_E_NOT_FOUNDThe group is not a UDF, or does not have variable dimensions.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Features: Group Information
  3. Core: Features: Group Information