API 文件集 > Features > Object ProUdfvarparam > Function ProUdfvarparamAlloc
Function ProUdfvarparamAlloc
Description
Allocates a UDF variable parameter or annotation structure which describes a variable parameter or annotation.
Synopsis
#include <ProUdf.h>
ProUdfvarparamAlloc
(
ProName name
/* (In)
The parameter name.
*/
/* (In)
The owner item. This item must have type and id filled out. The owner field is ignored by Creo Parametric. The following types are allowed here: PRO_FEATURE PRO_ANNOTATION_ELEM
*/
/* (Out)
The variant parameter handle.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
See Also
Sample Code References
User Guide References
這是否有幫助?