ParamValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 150px;"|Value||''Double''. Sets or gets the value of the parameter.
| style="width: 150px;"|Value||Gets or sets the value of the parameter. '''Double'''.  
|-
|-
|ParamName||''String''. Sets or gets the name of the parameter.
|ParamName||Gets or sets the name of the parameter.'''String'''.
|}
|}

Revision as of 16:31, 7 August 2015

APIWiki.png


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.