This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFileItemURI Interface > IFileItemURI.FilePath Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR pFilePath
);
[C++]
Parameters pFilePath [out, retval] pFilePath is a parameter of type BSTR pFilePath [in] pFilePath is a parameter of type BSTR