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 Number of Submodels belonging to the diagram represented by this collection. DATATYPE: Integer.

Property Type

  • Read-only property

Syntax

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

Parameters

...

Long
Info
titleSee Also