Description

Get or set the pseudo-coloring for this frame.

Property type

A McPseudoColor object.  

Syntax

[Set] object.PseudoColor [= McPseudoColor]

The PseudoColor Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFrame.
McPseudoColorA McPseudoColor object.

Remarks

The PseudoColor property can be set to Nothing to assure that pseudo-coloring is not applied to the frame. Otherwise a separately created PseudoColor object should be supplied. When requested, the property will return Nothing if this frame does not have pseudo-coloring, and will otherwise return the PseudoColor object.