Method SetCatalogCellColorValue
SetCatalogCellColorValue(ElementId, ElementId, Color)
Sets the color value of the catalog cell.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 400, 160)]
void SetCatalogCellColorValue(ElementId inRow, ElementId inParameterId, Color inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inRow | Identifier of the row. |
| ElementId | inParameterId | Identifier of the parameter of the column. |
| Color | 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.18.