elev8848
Civil/Environmental
- Jul 24, 2004
- 42
I need to read dxf code value using VBA - but not using lisp.
Say (96. "somedata") is dxf pair for an entity. I want to know if VBA can directly return "somedata"-if I select an entity.
With lisp, it is as simple as:
(dxf 96 (entget (car (entsel))))
Say (96. "somedata") is dxf pair for an entity. I want to know if VBA can directly return "somedata"-if I select an entity.
With lisp, it is as simple as:
(dxf 96 (entget (car (entsel))))