ilogic addbaseview not working in main sub structure.

ilogic addbaseview not working in main sub structure.

Anonymous
Not applicable
527 Views
1 Reply
Message 1 of 2

ilogic addbaseview not working in main sub structure.

Anonymous
Not applicable

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)

0 Likes
528 Views
1 Reply
Reply (1)
Message 2 of 2

adam.nagy
Autodesk Support
Autodesk Support

Hi

 

What does not work mean?

Do you get an error?

 

Cheers,



Adam Nagy
Autodesk Platform Services
0 Likes