This page contains reference documentation for the SelectionRectangleColor member.
Color SelectionRectangleColor;
Examples are as follows:
// Set the selection rectangle fill color to dark blue. a_oTopView.SelectionRectangleColor.SetRGB( 32, 32, 128 );
For sample code: