Method SetColorTableParameterPossibleValues
SetColorTableParameterPossibleValues(ElementId, DocumentId, List<SmartReal>, List<SmartColor>)
Sets possible values for color table parameter creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
void SetColorTableParameterPossibleValues(ElementId inElementId, DocumentId inDocumentId, List<SmartReal> inSourceSmartRealList, List<SmartColor> inResultSmartColorList)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart color table parameter creation operation to modify. |
| DocumentId | inDocumentId | Identifier of the document. |
| List<SmartReal> | inSourceSmartRealList | Source values. |
| List<SmartColor> | inResultSmartColorList | Result values. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.