PlateModel.SetFaceColors(Variable) Method

Top 

Description

Sets the face color for all the plates in the PlateModel. To set the color of an individual plate, use the Plate.FaceColor property

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlateModel.SetFaceColors(

Variable faceColor)

 

 

Arguments

faceColor


Description:

The face color to apply to all plates in this PlateModel.

 

 

 

Syntax

myPlateModel1.SetFaceColors(myVariable1);

 

 

See also

PlateModel Object