明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1468|回复: 2

VISUAL LISP中的ActiveX技术

[复制链接]
发表于 2002-11-18 18:19:00 | 显示全部楼层 |阅读模式
请教:
使用VISUAL LISP中的ActiveX技术设置不同标注样式时如何改变各种样式中标注的系统变量
 楼主| 发表于 2002-11-19 08:16:00 | 显示全部楼层

为什么没有人回答

发表于 2002-11-19 12:36:00 | 显示全部楼层

Sets the value of an AutoCAD system variable.

Sets the value of an AutoCAD system variable.

Signature

object.SetVariable Name, Value

Object        Document
The object or objects this method applies to.
Name        String; input-only
The name of the system variable to set.
Value        Variant; input-only
The new value for the specified system variable.

Remarks

When setting system variables, AutoCAD may require integers, text, or double values. Passing the wrong data type, for example, passing a variant of type double when an integer is required, will also generate an error. The easiest way to avoid this is to use one of the Cxxx functions, such as CInt(), to explicitly type your data before it is passed.
For a list of all AutoCAD system variables and their types, please refer to System Variables in the AutoCAD Command Reference.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-9-23 04:28 , Processed in 0.298887 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表