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


IMapServerInit.FilePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInit Interface > IMapServerInit.FilePath Property
ArcGIS Developer Help

IMapServerInit.FilePath Property

The map document path.

[Visual Basic .NET]
Public ReadOnly Property FilePath As String
[C#]
public string FilePath {get;}
[C++]
HRESULT get_FilePath(
  System.String* FilePath
);
[C++]
Parameters
FilePath [out, retval]

FilePath is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapServerInit Interface