Method GetColorParameterPossibleValues
GetColorParameterPossibleValues(ElementId)
Gets the color parameter possibles values.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
List<ColorWithDescriptionProperty> GetColorParameterPossibleValues(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter. |
Returns
| Type | Description |
|---|---|
| List<ColorWithDescriptionProperty> | The possibles values. |
Remarks
This method is available since v7.18