API 文件集 > Features > Object ProUdfvarparam > Function ProUdfvarparamOwnerGet
Function ProUdfvarparamOwnerGet
Description
Obtains the feature or annotation element that owns this variant parameter or annotation value.
Synopsis
#include <ProUdf.h>
ProUdfvarparamOwnerGet
(
ProUdfvarparam var_param
/* (In)
The UDF variant item.
*/
/* (Out)
The feature or annotation element that owns this variant item.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
If the variant item type is not parameter or annotation.
No license is available for this function.
Sample Code References
這是否有幫助?