Method SetCatalogCellIntegerValue
SetCatalogCellIntegerValue(ElementId, ElementId, int)
Sets the integer value of the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 60)]
void SetCatalogCellIntegerValue(ElementId inRow, ElementId inParameterId, int inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inRow | Identifier of the row. |
| ElementId | inParameterId | Identifier of the parameter of the column. |
| int | inValue | Value of the cell. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.