CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

AutoCAD 2025 开发者帮助

GetDataType 方法 (ActiveX)

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

GetDataType 方法 (ActiveX)

返回指定行类型的数据类型和单位类型。

支持的平台:仅限 Windows

签名

VBA:

object.GetDataType rowType, pDataType, pUnitType
对象

类型:TableTableStyle

此方法应用到的对象。

行类型

访问:仅输入

类型:枚举AcRowType

行类型。

  • acDataRow
  • acTitleRow
  • acHeaderRow
  • acUnknownRow
pDataType

访问:仅输出

类型:枚举AcValueDataType

行类型的数据类型。

  • acBuffer
  • acDate
  • acDouble
  • acGeneral
  • acLong
  • acObjectId
  • acPoint2d
  • acPoint3d
  • acResbuf
  • acString
  • acUnknownDataType
pUnitType

访问:仅输出

类型:枚举AcValueUnitType

行类型的单位类型。

  • acUnitAngle
  • acUnitArea
  • acUnitDistance
  • acUnitless
  • acUnitVolume

返回值 (RetVal)

无返回值。

言论

没有其他评论。

例子

VBA:

Not available

可视化 LISP:

Not available

路过

雷人

握手

鲜花

鸡蛋

最新评论

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

GMT+8, 2024-12-15 12:50

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部