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


IMosaicDataset.RelativePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset Interface > IMosaicDataset.RelativePath Property
ArcGIS Developer Help

IMosaicDataset.RelativePath Property

The msoaic dataset's relative path.

[Visual Basic .NET]
Public Property RelativePath As String
[C#]
public string RelativePath {get; set;}
[C++]
HRESULT get_RelativePath(
  System.String* 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

Product Availability

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

See Also

IMosaicDataset Interface