Method GetRowCountedEntities
GetRowCountedEntities(DocumentId, int)
Gets the entities that are counted in a row of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
List<ElementId> GetRowCountedEntities(DocumentId inDocumentId, int inRowId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inRowId | Identifier of the row to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Counted entities. |
Remarks
This method is available since v7.12.