Create View in autodesk inventor
how do i create a drawing view in an autodesk inventor .idw using vba code?
the code that i am running now is:
Call InvApp.CommandManager.StartCommand(kCreateDrawingV iewCommand)
my only problem with this is that it pops up the place view dialog box. i know what i want to put there and where on the pagfe and the scale and everythig else. so is ther eany way to input all of this info through code and have the drawing inserted by my app instead uf having to go through the dialogue box?
much appreciated,
sam
|