Description
This method is used to update a custom pseudo-color (see Remarks).
-
Return Type
-
None
-
Syntax
-
object.UpdateColor lIndex, vIntensityRange, PseudoColor
The UpdateColor Method syntax has these parts: |
| object | An expression evaluating to an object of type McPseudoColor. | | lIndex | Required. A Long value. [in]
| | vIntensityRange | Required. A Variant value. [in]
| | PseudoColor | Required. A Long value. | Remarks
This method updates an intensity range of the current pseudo-coloring that was previously added using AddColor.
|