Opens a document in this application.
[Visual Basic 6.0] Sub OpenDocument(
[ByVal path As String] _
) As Empty
[Visual Basic .NET] Public Sub OpenDocument ( _ [ByVal path As String] _ )
[C#] public void OpenDocument ( string path );
Optional Values
Path is a string representing the path and filename of the document to be opened. [Optional]
If no Path is specified, the Open dialog is displayed.
Note, this method does not work in ArcCatalog.