I am currently developing an application in CAA and I am unable to access the Tables in a drawing or create new one.
Any idea what the interface and Framework I am supposed to use?
I'm working on something similar like this, so could you please elaborate about including the ".h". How its suppose to be done? Also how do i access the properties (VBA) of any object in CAA
There's no such thing as "properties access (VBA)" in CAA nor in VBA. Properties are divided into interfaces, each with unique set of members. You get an interface (typically with QueryInterface) - you access some properties.