Method SetCatalogCellBooleanValue
SetCatalogCellBooleanValue(ElementId, ElementId, bool)
Sets the boolean value of the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 0, 60)]
void SetCatalogCellBooleanValue(ElementId inRow, ElementId inParameterId, bool inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inRow | Identifier of the row. |
| ElementId | inParameterId | Identifier of the parameter of the column. |
| bool | 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.