This page contains reference documentation for the DrawingColor member.
Color DrawingColor;
Examples are as follows:
a_oView.DrawingColor.SetRGB( 0xFF, 0x40, 0x40 ); a_oView.DrawingColor.R( 0xFF ); a_oView.DrawingColor.G( 0x40 ); a_oView.DrawingColor.B( 0x40 );
For sample code: