Share Email Facebook Twitter LinkedIn Make a Color Current With the CECOLOR System Variable (.NET) 2013-04-10 Product Documentation Intermediate View Original This example sets the color Red current with the CECOLOR system variable. VB.NET Application.SetSystemVariable("CECOLOR", "1") C# Application.SetSystemVariable("CECOLOR", "1"); VBA/ActiveX Code Reference ThisDrawing.SetVariable "CECOLOR", "1" Related Concepts Work With Colors (.NET)