Method CreateColorTableParameter
CreateColorTableParameter(DocumentId, SmartReal, List<SmartReal>, List<SmartColor>)
Creates a smart color table parameter creation operation in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 18, 0, 0)]
ElementId CreateColorTableParameter(DocumentId inDocumentId, SmartReal inSmartReal, List<SmartReal> inSourceSmartRealList, List<SmartColor> inResultSmartColorList)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| SmartReal | inSmartReal | Smart real value. |
| List<SmartReal> | inSourceSmartRealList | Smart real source values. |
| List<SmartColor> | inResultSmartColorList | Smart color result values. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the created operation |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.18.