Repository.Model.GetModel: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|GetModel(}} {{APIPrefix|ByVal}} {{APIName|ID}} {{APIPrefix|As Integ…')
 
No edit summary
Line 12: Line 12:
{{APIName|cModel}}
{{APIName|cModel}}


{{APIComment|Opens (sets as current) a project with the specified ID. If 0 is passed, a fist available project will be set as current.}}
{{APIComment|Returns the model from the current project with the specified ID. Returns nothing if the model does not exist or is not in the current project.}}

Revision as of 17:22, 6 September 2013



Declaration

Public Function GetModel( ByVal ID As Integer ) As cModel

Returns the model from the current project with the specified ID. Returns nothing if the model does not exist or is not in the current project.