ParamValues Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Model Class|Global_Model}}
{{Template:API}}{{Template:APIBreadcrumb}}


== Constructors ==


*'''[[New ParamValues]]''' {{APIComment|Creates a new Parameter Value Class object.}}
<onlyinclude>Represents the parameter name and value pair of a [[CModel_Class|cModel]] object.</onlyinclude>


== Properties  ==
== Properties  ==
*'''[[ParamValues.Value|Value]]''' {{APIComment|Gets the value of the parameter given the ID}}
{| {{APITable}}
*'''[[ParamValues.ParamName|ParamName]]''' {{APIComment|Gets the name of the parameter}}
|-
| style="width: 150px;"|Value||Gets the value of the parameter. '''Double'''.  
|-
|ParamName||Gets the name of the parameter.'''String'''.
|}


{{APIComment|Model's parameter name and value.}}
 
 
 
 
==See Also==
*[[cModel.Parameters|cModel.Parameters Method]]

Latest revision as of 17:51, 17 June 2016

APIWiki.png


Member of: SynthesisAPI


Represents the parameter name and value pair of a cModel object.

Properties

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



See Also