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


IDocumentInfo2.Path Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDocumentInfo2.Path Property

The path of the document.

[Visual Basic .NET]
Public ReadOnly Property Path As String
[C#]
public string Path {get;}
[C++]
HRESULT get_Path(
  BSTR* Path
);
[C++]

Parameters Path [out, retval] Path is a parameter of type BSTR

Product Availability

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

See Also

IDocumentInfo2 Interface