ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IMosaicDataset Interface