Author Topic: Quirky DocumentManager.Open  (Read 1637 times)

0 Members and 1 Guest are viewing this topic.

WILL HATCH

  • Bull Frog
  • Posts: 450
Quirky DocumentManager.Open
« on: July 27, 2013, 03:24:29 PM »
I've found a strange quirk and I'm wondering if anybody else has come across it.  Using Vanilla 2013 a call to
Code - C#: [Select]
  1. Application.DocumentManager.Open(FileToOpen.FullName, false)
skips the usual warning about proxy objects and opens the xref dialog.  I'm very confused about why this is happening, it seems that the internal open method and this new open extension method are different  :|