ParamInputInfo Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
=== Constructors=== | === Constructors=== | ||
{{APIName|[[New ParamInputInfo]]}}{{APIComment|Create a new parameter input info class.}} | {{APIName|[[New ParamInputInfo]]}}{{APIComment|Create a new parameter input info class.}} | ||
=== Properties === | === Properties === | ||
{{APIName|[[ParamInputInfo.Name]]}}{{APIComment|Sets or returns the parameter name.}} | |||
{{APIName|[[ParamInputInfo.Min]]}}{{APIComment|Sets or returns the minimum value.}} | |||
{{APIName|[[ParamInputInfo.Max]]}}{{APIComment|Sets or returns the maximum value.}} | |||
{{APIName|[[ParamInputInfo.CanEqualMin]]}}{{APIComment|Sets or returns whether the value can equal the Min.}} | |||
{{APIName|[[ParamInputInfo.CanEqualMax]]}}{{APIComment|Sets or returns whether the value can equal the Max.}} | |||
{{APIName|[[ParamInputInfo.Value]]}}{{APIComment|Sets or returns the parameter value.}} |
Revision as of 00:38, 25 September 2013
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.