Repository.Model.AddModel: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|AddModel(}} {{APIPrefix|ByVal}} {{APIName|m}} {{APIPrefix|As}} {{AP…')
 
No edit summary
Line 10: Line 10:
{{APIName|cModel}}
{{APIName|cModel}}
{{APIName|)}}
{{APIName|)}}
{{APIPrefix|As}}
{{APIPrefix|As Boolean}}
{{APIName|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.