ParamValues Class: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Kate Racaza (talk | contribs) No edit summary | Kate Racaza (talk | contribs) No edit summary | ||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| {{Template:API}}{{Template:APIBreadcrumb | {{Template:API}}{{Template:APIBreadcrumb}} | ||
| <onlyinclude> | <onlyinclude>Represents the parameter name and value pair of a [[CModel_Class|cModel]] object.</onlyinclude> | ||
| == Properties  == | == Properties  == | ||
| {| {{APITable}} | {| {{APITable}} | ||
| |- | |- | ||
| | style="width: 150px;"|Value||''Double'' | | style="width: 150px;"|Value||Gets the value of the parameter. '''Double'''.   | ||
| |- | |- | ||
| |ParamName||''String'' | |ParamName||Gets the name of the parameter.'''String'''. | ||
| |} | |} | ||
| ==See Also== | |||
| *[[cModel.Parameters|cModel.Parameters Method]] | |||
Latest revision as of 17:51, 17 June 2016
|  | 
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. |