This example sets the color Red current with the CECOLOR system variable.
C#
Application.SetSystemVariable("CECOLOR", "1");
VB.NET
Application.SetSystemVariable("CECOLOR", "1")
VBA/ActiveX Code Reference
ThisDrawing.SetVariable "CECOLOR", "1"
This example sets the color Red current with the CECOLOR system variable.
Application.SetSystemVariable("CECOLOR", "1");
Application.SetSystemVariable("CECOLOR", "1")
ThisDrawing.SetVariable "CECOLOR", "1"