Description

This method is used to set the pseudo-coloring from another existing pseudo-color object.

Return Type

None  

Syntax

object.MakeDuplicateOf pIMcPseudoColor

The MakeDuplicateOf Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McPseudoColor.
pIMcPseudoColorRequired. A McPseudoColor object.

[in]

Remarks

This method can be used to make a new pseudo-color a copy of another one. For instance, a “generic” pseudo-color can be made, then when it needs to be applied to a specfic image type, make a new one, call this method of the new one passing in the “generic” one, then attach the typed pseudo-color to the image.