ProError ProParameterInit (
ProModelitem* owner
/* (In)
The solid to which the ProParameter belongs
*/
ProName name
/* (In)
The name of the ProParameter
*/
ProParameter* param
/* (Out)
The initialized ProParameter handle
*/
)
//根据参数句柄获取参数类型及数值
ProParameterValueGet (
ProParameter* param
/* (In)
The handle to the parameter to query
*/
ProParamvalue* proval
/* (Out)
The value currently held in the ProParameter The value is assumed to be in the units of the owner model, regardless of the units of this parameter.
*/
)