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