ParamValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 150px;"|Value|| | | style="width: 150px;"|Value||Gets or sets the value of the parameter. '''Double'''. | ||
|- | |- | ||
|ParamName|| | |ParamName||Gets or sets the name of the parameter.'''String'''. | ||
|} | |} |
Revision as of 16:31, 7 August 2015
Member of: SynthesisAPI
Stores a model's parameter names and values.
Properties
Name | Description |
---|---|
Value | Gets or sets the value of the parameter. Double. |
ParamName | Gets or sets the name of the parameter.String. |