Public Methods
Method | Description |
---|---|
Add | Add a new Project object. PARAMETERS: Name and Description (String), Diagrams and Roles (StringObjects). |
Remove | Remove Project object specified by the given name. PARAMETERS: Name (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a Project object specified by the given name. PARAMETERS: Identifier (String). |
_NewEnum | |
Count | Number of Project objects in the collection. DATATYPE: Integer. |
Item | Returns a Project object specified by the given name. PARAMETERS: Identifier (String). |
See Also