ParamValues Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|ParamName||Gets or sets the name of the parameter.'''String'''. | |ParamName||Gets or sets the name of the parameter.'''String'''. | ||
|} | |} | ||
==Related Links== | |||
*[[cModel.Parameters|cModel.Parameters Method]] |
Revision as of 19:08, 29 October 2015
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. |