This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.RelativePath Property (ArcObjects .NET 10.5 SDK) |
The msoaic dataset's relative path.
[Visual Basic .NET] Public Property RelativePath As String
[C#] public string RelativePath {get; set;}
[C++]
HRESULT get_RelativePath(
BSTR* pPath
);
[C++]
HRESULT put_RelativePath(
BSTR pPath
);
[C++]
Parameters pPath [out, retval] pPath is a parameter of type BSTR pPath [in] pPath is a parameter of type BSTR