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


IFileItemURI.FilePath Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFileItemURI.FilePath Property

The path to the file associated with this item URI.

[Visual Basic .NET]
Public Property FilePath As String
[C#]
public string FilePath {get; set;}
[C++]
HRESULT get_FilePath(
  BSTR pFilePath
);
[C++]
HRESULT put_FilePath(
  System.String* pFilePath
);
[C++]

Parameters pFilePath [in]
pFilePath is a parameter of type BSTR pFilePath [out, retval]
pFilePath is a parameter of type BSTR*

Product Availability

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

See Also

IFileItemURI Interface