Public Methods
Method | Description |
---|---|
RepoGetSubmodel | 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. |
Public Properties
Property | Description |
---|---|
_NewEnum | |
Count | Number of Submodels belonging to the diagram represented by this collection. DATATYPE: Integer. |
DialogName | Name of the Diagram containing the submodels contained in this collection. DATATYPE: String. |
Item | Returns a RepoSubmodel object. PARAMETERS: ModelName (String), SubmodelName (String). |
See Also