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


IStartupDialog.FilePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IS > IStartupDialog Interface > IStartupDialog.FilePath Property
ArcGIS Developer Help

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