ModelView.SelectionRectangleColor

This page contains reference documentation for the SelectionRectangleColor member.

Declaration

Color SelectionRectangleColor;

Examples

Examples are as follows:

// Set the selection rectangle fill color to dark blue.

a_oTopView.SelectionRectangleColor.SetRGB( 32, 32, 128 );

Working Sample Code

For sample code: