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 Number of Submodels belonging to the diagram represented by this collection. DATATYPE: Integer.
Property Type
Syntax
Code Block |
---|
|
Public FunctionProperty RepoGetSubmodel( _
ByVal Model As Variant, _
ByVal SubModel As Variant, _
ByVal CheckOut As Variant, _
ByVal Exclusive As Variant _
Count() As Variant |
Parameters
...