Method CreateColoringOperation
CreateColoringOperation(List<ElementItemId>, Color)
Changes the color of the faces.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
ElementId CreateColoringOperation(List<ElementItemId> inFaceIds, Color inColor)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementItemId> | inFaceIds | Identifier of the faces to modify color. |
| Color | inColor | Color of the face, or Empty if the face has no color. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created coloring operation. |
Remarks
This method is available since v7.13.