Method SetColorValue
SetColorValue(ElementId, Color)
Sets the value of a Color parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 100)]
void SetColorValue(ElementId inElementId, Color inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to modify. |
| Color | inValue | New value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.400.100.