Message 1 of 6
PresentationObject doesn't support Rebuild method?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
Why does this
' I know it's an IPN file!
Set oModelDoc = oDrawingView.ReferencedDocumentDescriptor.ReferencedDocument
' Either this...
oModelDoc.Rebuild
' ...or this
oModelDoc.Rebuild2 (True)
fail with Runtime error 445 "Object doesn't support this action"?
The documentation clearly states that Rebuild as well as Rebuild2 are methods of Document and PresentationDocument class...?
Thanks in advance!