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
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
See Also