Method CreateProject
CreateProject(string, bool)
Creates a project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
PdmObjectId CreateProject(string inProjectName, bool inIsLibrary)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inProjectName | Project name. |
| bool | inIsLibrary | Whether it is a library to create or a working project. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | PDM object identifier of the created project. |
Remarks
If creation fails, the returned PDM object identifier is empty.
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.6.