API ドキュメンテーション > Features > Object ProUdf > Function ProUdfDimensionVisit
Function ProUdfDimensionVisit
Description
Visit the variable dimensions in a UDF
Replacement in Object TOOLKIT:
Synopsis
#include <ProUdf.h>
ProUdfDimensionVisit
(
/* (In)
The udf group
*/
/* (In)
The visit function
*/
/* (In)
The filter function. If NULL, all variables in a UDF are visited using the action function.
*/
/* (In)
User defined data passed to the visit and filter functions. Can be NULL.
*/
)
Returns
Visiting terminated successfully.
One or more arguments was invalid.
The group is not a UDF, or does not have variable dimensions.
Other
The visit was terminated by an error from the visit function.
User Guide References
これは役に立ちましたか?