Public Methods

MethodDescription
RepoGetSubmodelGets 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

PropertyDescription
_NewEnum
CountNumber of Submodels belonging to the diagram represented by this collection. DATATYPE: Integer.
DialogNameName of the Diagram containing the submodels contained in this collection. DATATYPE: String.
ItemReturns a RepoSubmodel object. PARAMETERS: ModelName (String), SubmodelName (String).