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 2: | Line 2: | ||
<onlyinclude>Represents the parameter | <onlyinclude>Represents the parameter name and its value for an associated [[CModel_Class|cModel]] object.</onlyinclude> | ||
== Properties == | == Properties == |
Revision as of 15:09, 8 April 2016
Member of: SynthesisAPI
Represents the parameter name and its value for an associated cModel object.
Properties
Name | Description |
---|---|
Value | Gets the value of the parameter. Double. |
ParamName | Gets the name of the parameter.String. |