Method | Description |
---|
AddDiagrams | Send Modify Project request to repository to add diagrams to a specific project. The diagrams to be added to the project are specified through SetDiagramList method. RETURN DATATYPE: Integer. |
DoModify | Sends Modify Project request to the Repository to modify the defintion of the project. Return 1 if successful, and 0 if it failed. RETURN DATATYPE: Integer. |
GetDiagramList | Returns a StringObject collection of the Diagrams assigned to this Project. |
RemoveDiagrams | Send Modify Project request to repository to remove diagrams from a specific project. The diagrams to be removed are specified through SetDiagramList. RETURN DATATYPE: Integer. |
SetDiagramList | Set the Project's DiagramList according to the Diagram names in the given StringObject collection. PARAMETERS: StringObjects. |