Library | Module

Class MpfcModelItem






Method Summary

static pfcParamValueCreateStringParamValue (string Value)
Creates a parameter value with the specified string value.
static pfcParamValueCreateIntParamValue (number Value)
Creates a pfcParamValue with the specified integer value.
static pfcParamValueCreateBoolParamValue (boolean Value)
Creates a pfcParamValue object with the specified Boolean value.
static pfcParamValueCreateDoubleParamValue (number Value)
Creates a pfcParamValue with the specified real value.
static pfcParamValueCreateNoteParamValue (number Value)
Creates a note parameter.



Method Detail


static pfcParamValueCreateStringParamValue (string Value)

Creates a parameter value with the specified string value.
Parameters:
Value
The string
Returns:
The created parameter value



static pfcParamValueCreateIntParamValue (number Value)

Creates a pfcParamValue with the specified integer value.
Parameters:
Value
The integer value
Returns:
The created parameter value



static pfcParamValueCreateBoolParamValue (boolean Value)

Creates a pfcParamValue object with the specified Boolean value.
Parameters:
Value
The Boolean value
Returns:
The created parameter



static pfcParamValueCreateDoubleParamValue (number Value)

Creates a pfcParamValue with the specified real value.
Parameters:
Value
The real value
Returns:
The created parameter value



static pfcParamValueCreateNoteParamValue (number Value)

Creates a note parameter.
Parameters:
Value
The note identifier
Returns:
The created note parameter