ParamInputInfo Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
Class used for parameter input. | Class used for parameter input. | ||
== Constructors== | |||
*'''[[New ParamInputInfo]]'''{{APIComment|Create a new parameter input info class.}} | *'''[[New ParamInputInfo]]'''{{APIComment|Create a new parameter input info class.}} | ||
== Properties == | |||
*'''[[ParamInputInfo.Name|Name]]'''{{APIComment|Sets or returns the parameter name.}} | *'''[[ParamInputInfo.Name|Name]]'''{{APIComment|Sets or returns the parameter name.}} | ||
Revision as of 23:39, 5 February 2014
Class used for parameter input.
Constructors
- New ParamInputInfo Create a new parameter input info class.
Properties
- Name Sets or returns the parameter name.
- Min Sets or returns the minimum value.
- Max Sets or returns the maximum value.
- CanEqualMin Sets or returns whether the value can equal the Min.
- CanEqualMax Sets or returns whether the value can equal the Max.
- Value Sets or returns the parameter value.