Method GetReferencedProjects
GetReferencedProjects(PdmObjectId)
Gets the referenced projects of a project.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
List<PdmObjectId> GetReferencedProjects(PdmObjectId inProjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inProjectId | Project identifier. |
Returns
| Type | Description |
|---|---|
| List<PdmObjectId> | Referenced projects identifiers. |
Remarks
This method is available since v7.10.