API 文档 > Features > Object ProUdf > Function ProUdfDimensionsCollect
Function ProUdfDimensionsCollect
Description
Collects the variable dimensions in a UDF.
Synopsis
#include <ProUdf.h>
ProUdfDimensionsCollect
(
/* (In)
The UDF group
*/
/* (Out)
ProArray of dimensions. Free this using ProArrayFree().
*/
)
Returns
The functions succeeded.
One or more arguments was invalid.
The group is not a UDF, or does not have variable dimensions.
这对您有帮助吗?