本帖最后由 st788796 于 2013-10-15 21:08 编辑
这个表格应用资料太少了,Google 几乎搜不到
试了下 VLA 也是异常,应该是64位系统原因,高飞鸟那个“数据库监视器”显示 ID 也是负数
_$ (vla-getblockattributevalue (vlax-ename->vla-object (car (Entsel))) 0 0 -5219504)
; 错误: 出现异常: 0xC0000005 (访问冲突)
; 警告: 忽略展开 未知异常
_$ (vla-getblockattributevalue (vlax-ename->vla-object (car (Entsel))) 0 0 112)
; 错误: 出现异常: 0xC0000005 (访问冲突)
; 警告: 忽略展开 未知异常
.Net 帮助
[This is preliminary documentation and subject to change.] Gets the attribute value from the block cell using the specified object ID key.
 - public virtual string GetBlockAttributeValue(
- Int32 row,
- Int32 col,
- ObjectId attributeDefinitionId
- );
Parameters
row The zero-based row index for the cell. col The zero-based column index for the cell. attributeDefinitionId Object ID of an AttributeDefinition object.
Return Value
The attribute value from the block cell using the specified object ID key.
|