Method GetWCSs
GetWCSs(DocumentId)
Gets the wcs in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 400, 80)]
List<ElementId> GetWCSs(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | The WCS entities of the document. |