Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ilogic addbaseview not working in main sub structure.

1 REPLY 1
Reply
Message 1 of 2
Anonymous
423 Views, 1 Reply

ilogic addbaseview not working in main sub structure.

Why does this not work ?

 

sub main()

code .....

     oView1 = oSheet.DrawingViews.AddBaseView(oPartDoc, oPoint1, 1/1#,      kFrontViewOrientation,kHiddenLineDrawingViewStyle)

end sub

 


but this does ?

 

code.....

oView1 = oSheet.DrawingViews.AddBaseView(oPartDoc, oPoint1, 1/1#, kFrontViewOrientation,kHiddenLineDrawingViewStyle)

1 REPLY 1
Message 2 of 2
adam.nagy
in reply to: Anonymous

Hi

 

What does not work mean?

Do you get an error?

 

Cheers,



Adam Nagy
Autodesk Platform Services

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report