Make a Linetype Current With the CELTYPE System Variable (.NET)

This example sets a linetype current with the CELTYPE system variable.

C#

Application.SetSystemVariable("CELTYPE", "Center");

VB.NET

Application.SetSystemVariable("CELTYPE", "Center")

VBA/ActiveX Code Reference

ThisDrawing.SetVariable "CELTYPE", "Center"