CModel.SetModel: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
{{APIPrefix|Public Sub New}} | {{APIPrefix|Public Sub New}} | ||
{{APIName|SetModel}} | {{APIName|[[SetModel]]}} | ||
{{APIPrefix|ByVal}} | {{APIPrefix|ByVal}} | ||
{{APIName|[[ModelType]]}} | {{APIName|[[ModelType]]}} | ||
Line 11: | Line 11: | ||
{{APIName|[[ModelTypeEnum]],}} | {{APIName|[[ModelTypeEnum]],}} | ||
{{APIPrefix|ByVal ParamArray}} | {{APIPrefix|ByVal ParamArray}} | ||
{{APIName| | {{APIName|ModelParams()}} | ||
{{APIPrefix|As Double}} | {{APIPrefix|As Double}} | ||
{{APIName|)}} | {{APIName|)}} | ||
{{APIComment|Sets a new model.)}} | {{APIComment|Sets a new model.)}} |
Revision as of 20:50, 11 September 2013
Declaration
Public Sub New SetModel ByVal ModelType As ModelTypeEnum, ByVal ParamArray ModelParams() As Double )
Sets a new model.)