API Documentation > Classes > Class CMpfcModelItem
Class CMpfcModelItem
Method Summary
Function
Creates a parameter value with the specified string value.
Function
Creates a IpfcParamValue with the specified integer value.
Function
CreateBoolParamValue (Value as Boolean) as IpfcParamValue
Creates a IpfcParamValue object with the specified Boolean value.
Function
Creates a IpfcParamValue with the specified real value.
Function
Creates a note parameter.
Method Detail
Function
CreateStringParamValue
(Value as String) as IpfcParamValue
Creates a parameter value with the specified string value.
Parameters:
Value
The string
Returns:
The created parameter value
User Guide References:
Function
CreateIntParamValue
(Value as Long) as IpfcParamValue
Creates a IpfcParamValue with the specified integer value.
Parameters:
Value
The integer value
Returns:
The created parameter value
User Guide References:
Function
CreateBoolParamValue
(Value as Boolean) as IpfcParamValue
Creates a IpfcParamValue object with the specified Boolean value.
Parameters:
Value
The Boolean value
Returns:
The created parameter
User Guide References:
Function
CreateDoubleParamValue
(Value as Double) as IpfcParamValue
Creates a IpfcParamValue with the specified real value.
Parameters:
Value
The real value
Returns:
The created parameter value
User Guide References:
Function
CreateNoteParamValue
(Value as Long) as IpfcParamValue
Creates a note parameter.
Parameters:
Value
The note identifier
Returns:
The created note parameter
User Guide References:
Was this helpful?