Message 1 of 3
. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) When adding new base view

Not applicable
10-05-2015
10:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dim oDrawingDoc As DrawingDocument oDrawingDoc = ThisApplication.ActiveDocument Dim oSheet As Sheet oSheet = oDrawingDoc.Sheets.Item(1) Dim oPoint1 As Point2d oPoint1 = ThisApplication.TransientGeometry.CreatePoint2d(5, 5) Dim oPartDoc As Document oPartDoc = ThisApplication.Documents.Open("D:\Vault\Designs\testpart Flat.ipt", False) Dim oView10 As DrawingView oView10 = oSheet.DrawingViews.AddBaseView(oPartDoc, oPoint1, 1, kFrontViewOrientation, kHiddenLineDrawingViewStyle) Call oPartDoc.Close(True)