API 설명서 > Features > Object ProUdf > Function ProUdfUpdate
Function ProUdfUpdate
Description
Update a dependent UDF to the latest version of the .gph file. The .gph file must be able to be located from within the session or by the search path.
Synopsis
#include <ProUdf.h>
ProUdfUpdate
(
/* (In)
The dependent UDF group to update.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The UDF is not dependent.
Could not locate the .gph file to use to update UDF.
User Guide References
도움이 되셨나요?