Repository.Model.AddModel: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|AddModel(}} {{APIPrefix|ByVal}} {{APIName|m}} {{APIPrefix|As}} {{AP…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
{{APIName|cModel}} | {{APIName|cModel}} | ||
{{APIName|)}} | {{APIName|)}} | ||
{{APIPrefix|As | {{APIPrefix|As Boolean}} | ||
{{APIComment|Saves a new model in the repository.}} | {{APIComment|Saves a new model in the repository.}} |
Revision as of 17:25, 6 September 2013
Declaration
Public Function AddModel( ByVal m As cModel ) As Boolean
Saves a new model in the repository.