CModel.SetModel: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|CModel Class|CModel}} == Declaration == {{APIPrefix|Public Sub New}} {{APIName|SetModel}} {{APIPrefix|ByVal}} {{APIName|ModelType}} {{APIPrefix|As}} {{AP…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
{{APIName|SetModel}} | {{APIName|SetModel}} | ||
{{APIPrefix|ByVal}} | {{APIPrefix|ByVal}} | ||
{{APIName|ModelType}} | {{APIName|[[ModelType]]}} | ||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|ModelTypeEnum,}} | {{APIName|[[ModelTypeEnum]],}} | ||
{{APIPrefix|ByVal ParamArray}} | {{APIPrefix|ByVal ParamArray}} | ||
{{APIName|ModelParams()}} | {{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.)