Method GetColumnCount
GetColumnCount(DocumentId)
Gets the number of columns of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
int GetColumnCount(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
Returns
| Type | Description |
|---|---|
| int | Number of columns. |
Remarks
This method is available since v7.12.