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.
User Guide References
這是否有幫助?