This document is archived and information here might be outdated.  Recommended version.


IStartupDialog.FilePath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

IStartupDialog.FilePath Property

An initial file name (may be blank).

[Visual Basic .NET]
Public ReadOnly Property FilePath As String
[C#]
public string FilePath {get;}

Product Availability

Available with ArcGIS Desktop.

Description

FilePath is the filename that will be opened (assumed to be a .mxd or .mxt).

See Also

IStartupDialog Interface