Share

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

Product Documentation
Intermediate

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

VB.NET

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

C#

Application.SetSystemVariable("CELTYPE", "Center");
VBA/ActiveX Code Reference

Was this information helpful?