Method GetColumnPropertyDefinition
GetColumnPropertyDefinition(DocumentId, int)
Gets the property definition of a column of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
PropertyDefinition GetColumnPropertyDefinition(DocumentId inDocumentId, int inColumnIx)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
| int | inColumnIx | Index of the column to analyze, within [0,GetColumnCount(DocumentId)-1]. |
Returns
| Type | Description |
|---|---|
| PropertyDefinition | Property definition of the column. |
Remarks
This method is available since v7.12.