ParamValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Stores or retrieves a model's parameter names and values.</onlyinclude>
<onlyinclude>Represents the parameter names and their values for an associated [[CModel_Class|cModel]] object.</onlyinclude>


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 150px;"|Value||Gets or sets the value of the parameter. '''Double'''.  
| style="width: 150px;"|Value||Gets the value of the parameter. '''Double'''.  
|-
|-
|ParamName||Gets or sets the name of the parameter.'''String'''.
|ParamName||Gets the name of the parameter.'''String'''.
|}
|}



Revision as of 23:38, 7 April 2016

APIWiki.png


Member of: SynthesisAPI


Represents the parameter names and their values for an associated cModel object.

Properties

Name Description
Value Gets the value of the parameter. Double.
ParamName Gets the name of the parameter.String.



See Also