Method SetColorParameterPossibleValues
SetColorParameterPossibleValues(ElementId, List<ColorWithDescriptionProperty>)
Sets the color parameter possibles values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void SetColorParameterPossibleValues(ElementId inElementId, List<ColorWithDescriptionProperty> inProperties)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter. |
| List<ColorWithDescriptionProperty> | inProperties | The wanted possibles values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18