Method SetColorParameterPossibleValuesStrictMode
SetColorParameterPossibleValuesStrictMode(ElementId, bool)
Sets the color parameter possible values strict mode.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void SetColorParameterPossibleValuesStrictMode(ElementId inElementId, bool isOn)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter. |
| bool | isOn | Wether the strict mode is activated. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18