Method GetSketches
GetSketches(DocumentId)
Gets the sketches entities that are in the sketches folder of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
List<ElementId> GetSketches(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Sketch entities found. |
Remarks
This method is available since v7.6.