Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Gets the submodel from the Repository and checks it out exclusively. Returns 1 on success, 0 otherwise. PARAMETERS: Model (String), Submodel (String), CheckOut (Boolean), Exclusive (Boolean). RETURN DATATYPE: Integer.

Syntax

Code Block
languagevb
Public Function RepoGetSubmodel( _
   ByVal Model As Variant, _
   ByVal SubModel As Variant, _
   ByVal CheckOut As Variant, _
   ByVal Exclusive As Variant _
) As Variant

Parameters

  • Model
  • SubModel
  • CheckOut
  • Exclusive


Info
titleSee Also