You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Public Methods
Method | Description |
---|
| 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. |
| 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. |
| Returns a StringObject collection of the Diagrams assigned to this Project. |
| 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. |
| Set the Project's DiagramList according to the Diagram names in the given StringObject collection. PARAMETERS: StringObjects. |
Public Properties
Properties | Description |
---|
| Description for the Project. DATATYPE: String. |
| Name of the Project. DATATYPE: String. |