Drawing Tabs

#1
Several vendors supply Drawing Tabs in arx for AutoCAD. I am looking for a way to create drawing tabs in icad. This is a very practical feature.

Maybe some can guide me to the way to create the toolbar for Intellicad. I do not know how to find the windows objects for getting the drawing name(s) opened in intellicad (in the MDI interface).

#2
wcday,

IntelliCAD does not support ARX and the toolbars are not exposed as objects in VBA.

The Object Model is simmilar to AutoCAD however, there are some missing objects such as toolbars.

The drawing names are a simple collection of documents and these can be obtained using a For...Each Loop.



------------------
Regards
John Finlay