CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2022 开发者帮助

Acad.ResultValueType 函数

2024-5-31 20:11| 发布者: admin| 查看: 125| 评论: 0|原作者: admin|来自: AutoCAD

Acad.ResultValueType 函数

Acad.ResultValueType 函数

文件

Autodesk.AutoCAD.js

语法

JavaScript的

function Acad.ResultValueType();
{
    "RTNONE": 5000,     // No result
    "RTREAL": 5001,     // Real number
    "RTPOINT": 5002,    // 2D point X and Y only
    "RTSHORT": 5003,    // Short integer
    "RTANG": 5004,      // Angle
    "RTSTR": 5005,      // string
    "RTORINT": 5008,    // Orientation
    "RT3DPOINT": 5009,  // 3D point - X, Y, and Z
    "RTLONG": 5010      // Long integer
};

ACAD 命名空间

描述

使用此枚举提供描述系统变量的值数据类型的值。此枚举包装结果缓冲区类型。

ACAD 命名空间


路过

雷人

握手

鲜花

鸡蛋

最新评论

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

GMT+8, 2025-3-14 08:34

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部