CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2023 开发者帮助

使用 CELTYPE 系统变量 (.NET) 使线型成为当前

2024-5-18 19:01| 发布者: admin| 查看: 169| 评论: 0|原作者: admin|来自: AutoCAD

使用 CELTYPE 系统变量 (.NET) 使线型成为当前

本示例使用 CELTYPE 系统变量设置线型电流。

VB.NET

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

C#

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

VBA/ActiveX 代码参考

ThisDrawing.SetVariable "CELTYPE", "Center"

路过

雷人

握手

鲜花

鸡蛋

最新评论

群   号:715888130

AI智能体实操指南:Coze Agent 从搭建到落地全攻略(博文视点出品)扣子教程

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1   苏公网安备32011402011833)

GMT+8, 2025-9-16 17:37

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部