ParamInputInfo Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Model|Global Model}} | {{Template:APIClass|Global_Model|Global Model}} | ||
Class used for parameter input. | |||
=== Constructors=== | === Constructors=== |
Revision as of 21:16, 22 January 2014
Class used for parameter input.
Constructors
- New ParamInputInfo Create a new parameter input info class.
Properties
- ParamInputInfo.Name Sets or returns the parameter name.
- ParamInputInfo.Min Sets or returns the minimum value.
- ParamInputInfo.Max Sets or returns the maximum value.
- ParamInputInfo.CanEqualMin Sets or returns whether the value can equal the Min.
- ParamInputInfo.CanEqualMax Sets or returns whether the value can equal the Max.
- ParamInputInfo.Value Sets or returns the parameter value.