この例では、システム変数 CELTYPE を使用して、線種を現在の線種に設定します。
Application.SetSystemVariable("CELTYPE", "Center")
Application.SetSystemVariable("CELTYPE", "Center");
ThisDrawing.SetVariable "CELTYPE", "Center"