Method GetRowContents
GetRowContents(DocumentId, int, out List<Property>, out List<string>)
Gets the contents of a row of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void GetRowContents(DocumentId inDocumentId, int inRowId, out List<Property> outProperties, out List<string> outTexts)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inRowId | Identifier of the row to analyze. |
| List<Property> | outProperties | Properties corresponding to the columns. |
| List<string> | outTexts | Texts displayed in the columns. |
Remarks
Both returned lists contain GetColumnCount(DocumentId) objects.
Properties that are not specified (empty cells), or not convertible to Automation properties, are returned as null in the list.
This method is available since v7.12.