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