Repository.Model.GetModel: 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|GetModel(}} {{APIPrefix|ByVal}} {{APIName|ID}} {{APIPrefix|As Integ…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
{{APIName|cModel}} | {{APIName|cModel}} | ||
{{APIComment| | {{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.