Method GetAnnotations
GetAnnotations(ElementId)
Gets all annotations from a drawing view
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 400, 100)]
List<ElementId> GetAnnotations(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | The identifier of the view. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | The list of all detailing annotations. |
Remarks
This method is available since v7.19.400.100