Message 1 of 7
COM API vs .NET API ...
Not applicable
09-08-2012
09:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
What is the difference between COM API and .NET API of autoCAD?
I thought we need to strictly use the transaction manager and add/delete entities from
Autocad's model space.
But the example in this link is not using "transaction" manager and this is still working.
http://howtoautocad.com/introduction-to-vb-net-in-autocad/
From the comments I learnt that this is using COM API instead of .NET API.
But I cant find any detail about this COM API.
What is this COM API? How is it different from .NET API?
Will it be supported in all versions of AutoCAD 2D?
regards