Method GetTool
GetTool(ElementId)
Gets tool in given pocket.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
List<ElementId> GetTool(ElementId inPocketId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inPocketId | Pocket identifier. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Tool found or empty. |