Method GetAllCuttingConditionsDocuments
GetAllCuttingConditionsDocuments(ElementId)
Gets all cutting condition documents available for an operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 144)]
List<DocumentId> GetAllCuttingConditionsDocuments(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to analyze. |
Returns
| Type | Description |
|---|---|
| List<DocumentId> | All cutting condition documents. |